Metadata-Version: 2.4
Name: agentbay
Version: 1.7.0
Summary: Persistent memory for AI agents. Store, recall, and share knowledge across sessions.
Author-email: AgentBay <hello@aiagentsbay.com>
License-Expression: MIT
Project-URL: Homepage, https://www.aiagentsbay.com
Project-URL: Repository, https://github.com/thomasjumper/agentbay-python
Project-URL: Documentation, https://www.aiagentsbay.com/docs
Project-URL: Issues, https://github.com/thomasjumper/agentbay-python/issues
Keywords: ai,agents,memory,mcp,llm,claude,openai
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28
Requires-Dist: typing-extensions>=4.0
Requires-Dist: fastembed>=0.4
Provides-Extra: crewai
Requires-Dist: crewai>=0.50; extra == "crewai"
Provides-Extra: langchain
Requires-Dist: langchain-core>=0.2; extra == "langchain"
Provides-Extra: autogen
Requires-Dist: autogen-agentchat>=0.2; extra == "autogen"
Provides-Extra: llamaindex
Requires-Dist: llama-index-core>=0.10; extra == "llamaindex"
Provides-Extra: langgraph
Requires-Dist: langgraph>=0.2; extra == "langgraph"
Provides-Extra: vercel
Provides-Extra: elevenlabs
Requires-Dist: elevenlabs>=1.0; extra == "elevenlabs"
Provides-Extra: pipecat
Requires-Dist: pipecat-ai>=0.1; extra == "pipecat"
Provides-Extra: mastra
Provides-Extra: agno
Provides-Extra: camel
Requires-Dist: camel-ai>=0.2; extra == "camel"
Provides-Extra: all
Requires-Dist: crewai>=0.50; extra == "all"
Requires-Dist: langchain-core>=0.2; extra == "all"
Requires-Dist: autogen-agentchat>=0.2; extra == "all"
Requires-Dist: llama-index-core>=0.10; extra == "all"
Requires-Dist: langgraph>=0.2; extra == "all"
Requires-Dist: elevenlabs>=1.0; extra == "all"
Requires-Dist: pipecat-ai>=0.1; extra == "all"
Requires-Dist: camel-ai>=0.2; extra == "all"

# agentbay (Python) has moved

This repo moved to **[github.com/thomasjumper/agentbay](https://github.com/thomasjumper/agentbay)**.

Star and watch the new repo. The `agentbay` PyPI package keeps publishing from there.

```bash
pip install agentbay
```

Issues and PRs go to the new repo.
