Metadata-Version: 2.4
Name: agentbeats
Version: 0.1.1
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.9
Description-Content-Type: text/markdown
Requires-Dist: tomli>=2
Requires-Dist: fastmcp
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: httpx

# 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
