Metadata-Version: 2.4
Name: agentbeats
Version: 0.1.3
Summary: AgentBeats SDK for building security-contest AI agents
Author-email: Simon Xie <simonxie2004@outlook.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: tomli>=2
Requires-Dist: fastmcp
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: httpx
Requires-Dist: a2a-sdk
Requires-Dist: paramiko>=3.0.0
Requires-Dist: openai-agents
Provides-Extra: demos
Requires-Dist: jupyter>=1.0.0; extra == "demos"
Requires-Dist: matplotlib>=3.5.0; extra == "demos"
Requires-Dist: pandas>=1.3.0; extra == "demos"
Requires-Dist: ipython>=7.0.0; extra == "demos"
Requires-Dist: openai-agents; extra == "demos"
Requires-Dist: openai; extra == "demos"

# AgentBeats SDK

Official AgentBeats SDK for easier agent building

## Install

PYPI ver:
pip install agentbeats

TestPYPI ver:
powershell python -m pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple agentbeats
