Metadata-Version: 2.5
Name: agentity
Version: 0.0.1a0
Summary: Entity-oriented multi-agent runtime — your domain model, as a network of agents.
Project-URL: Homepage, https://github.com/hmnfalahi/agentity
Project-URL: Repository, https://github.com/hmnfalahi/agentity
Project-URL: Issues, https://github.com/hmnfalahi/agentity/issues
Author-email: Himan Falahi <himen@xeba.tech>
License-Expression: MIT
License-File: LICENSE
Keywords: agents,entity,llm,multi-agent,runtime
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.40; extra == 'anthropic'
Provides-Extra: openai
Requires-Dist: openai>=1.0; extra == 'openai'
Description-Content-Type: text/markdown

# agentity
Entity-oriented multi-agent runtime — your domain model, as a network of agents.

> **Status: planning.** The name is reserved on PyPI; the runtime is under active
> development and the public API is not yet stable.

## Install

```bash
pip install agentity
```

## License

MIT
