Metadata-Version: 2.4
Name: agentto
Version: 0.1.0
Summary: Agentto SDK — Intelligent Execution Engine for AI Agents
Home-page: https://agentto.tech
Author-email: Agentto Team <126959876@qq.com>
License: MIT
Project-URL: Homepage, https://agentto.tech
Project-URL: Repository, https://github.com/followtz/agentto
Keywords: ai,agent,automation,workflow,mcp,dag
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.0
Dynamic: home-page
Dynamic: requires-python

# Agentto — Intelligent Execution Engine for AI Agents

**From Intent to Execution, Instantly.**

```python
from agentto import Client

client = Client(api_key="your_key")
task = client.run("analyze BTC trends and generate a report")
result = client.wait_for_result(task["task_id"])
```

- 10x faster than direct LLM tool calling
- 633x less token usage
- 100% reproducible results

[Website](https://agentto.tech) | [GitHub](https://github.com/followtz/agentto)
