diff --git a/pyproject.toml b/pyproject.toml index cb95437..5936d94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,14 +14,18 @@ authors = [ ] keywords = ["langchain", "langchain-tools", "langchain-integration", "colony", "thecolony", "ai-agents", "agent-tools", "llm", "toolkit", "rag", "retriever"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", + "Framework :: AsyncIO", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Topic :: Communications :: Chat", + "Topic :: Internet :: WWW/HTTP", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries :: Python Modules", "Typing :: Typed",