<p align="center">
<h1 align="center">Agentic AI Runtime</h1>
</p>
<h3 align="center">An Open Source SDK and Runtime for building AI Agents</h3>
<p align="center">
<img src="https://img.shields.io/badge/License-Apache--2.0-blue" alt="License" />
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT" /></a>
</p>
<h3 align="center"><a href="https://agent-air.ai">https://agent-air.ai</a></h3>
---
Agentic AI Runtime is an open-source SDK and Runtime for building AI agents running in a Terminal UI or on the server. Agentic AI Runtime handles everything you need: LLM communication, multiple sessions, markdown rendering, widgets & layouts, tools, skills, MCP, permissions and much more so you can focus on building your agent.
This crate (`agent-air`) re-exports the `ai-runtime` crate. You can use either name:
```toml
[dependencies]
agent-air = "0.1.0"
# or
ai-runtime = "0.1.0"
```
For full documentation and examples, visit [https://agent-air.ai](https://agent-air.ai).
## License
This project is dual-licensed under the MIT LICENSE or the Apache-2 LICENSE:
- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- [MIT License](http://opensource.org/licenses/MIT)
#### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
Contact: rsingh@arrsingh.com