Metadata-Version: 2.4
Name: divi
Version: 0.0.1.dev7
Summary: The Agent Platform for Observability & Evaluation
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: grpcio>=1.69.0
Requires-Dist: protobuf>=5.29.3
Description-Content-Type: text/markdown

# divine-agent

Agent Platform for Observability • Evaluation • Playground

## Structure

> Divine Agent is a monorepo project. The project is structured as follows:

```plaintext
.
├── apps
├── core
├── docs
├── packages
├── scripts
└── sdk
```

## Thanks

1. [uv](https://github.com/astral-sh/uv): An extremely fast Python package and project manager, written in Rust.
2. [hatch](https://github.com/pypa/hatch): Hatch is a modern, extensible Python project manager.
3. [github cli](https://cli.github.com/manual): GitHub CLI, or gh, is a command-line interface to GitHub for use in your terminal or your scripts.
