Metadata-Version: 2.4
Name: agentbox-ai
Version: 0.0.1
Summary: A modular AI Agent
Author-email: Shantanu Dutta <shantanudb.cloud@gmail.com>
License: Proprietary
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# AgentBox 🧠📦

**The modular SDK for building, embedding, and orchestrating autonomous AI agents.**  
Seamlessly integrate powerful local or cloud-based language models into your applications, with minimal setup and maximum flexibility.

---

## 🚀 What is AgentBox?

AgentBox is a developer-first SDK and runtime that simplifies the process of:
- Building custom AI agents using modern LLMs (OpenAI, Ollama, etc.)
- Defining agent workflows using tools, memory, and goals
- Running agents locally or remotely with plug-and-play setup
- Embedding agent APIs into your existing software or systems

Whether you're building an AI co-pilot, task automation engine, or multi-agent system — AgentBox gives you the building blocks.

---

## 🧰 Features

- 🧠 **Agent Orchestration**: Multi-step planning and tool usage
- 🪄 **Model Agnostic**: Use OpenAI, Ollama, LLaMA, or others
- 🧱 **Modular SDK**: Plug your own tools, memories, workflows
- 🔌 **Local-first**: Runs on your machine, no cloud lock-in
- 🔁 **API Ready**: Turn any agent into a web-accessible endpoint

---

## 📦 Installation (coming soon)

AgentBox isn't available on PyPI yet. To get started:

```bash
git clone https://github.com/agentbox-ai/agentbox.git
cd agentbox
# Install dependencies
pip install -r requirements.txt
```

---

🧪 Quickstart Example


<pre><code>
```python
from agentbox import Box

box = Box(engine="ollama", model="llama3")
response = box.ask("Summarize this week's AI news.")
print(response)
```
</code></pre>

---

🤝 Contributing

This project is currently in private development. Contributions will open up post-MVP.
Stay tuned!

⸻

📜 License

To be decided.
Until then, usage and distribution rights are reserved by the author.

⸻

👋 About the Author

This project is built and maintained by @shantanudblabs, focused on making agents practical, modular, and self-hostable for real-world developers.
