Metadata-Version: 2.4
Name: ajentik
Version: 0.1.0
Summary: Ajentik — Agentic AI orchestration toolkit with MCP integration
Project-URL: Homepage, https://www.ajentik.com
Project-URL: Repository, https://github.com/ajentik/ajentik
Project-URL: Issues, https://github.com/ajentik/ajentik/issues
Project-URL: Documentation, https://www.ajentik.com
Author-email: Ajentik <support@ajentik.ai>
License: MIT
License-File: LICENSE
Keywords: agent,agentic,ai,ajentik,cli,llm,mcp,model-context-protocol,orchestration
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# ajentik

> Agentic AI orchestration toolkit with MCP integration

## Installation

```bash
pip install ajentik
```

## Usage

```bash
ajentik --help
ajentik init
ajentik serve
```

## About

Ajentik is an agentic AI orchestration platform. This package provides tooling for building, configuring, and running AI agent workflows with native Model Context Protocol (MCP) support.

## Links

- **Website:** [ajentik.com](https://www.ajentik.com)
- **GitHub:** [github.com/ajentik](https://github.com/ajentik)
- **Support:** support@ajentik.ai

## License

MIT © [Ajentik](https://www.ajentik.com)
