diff --git a/pyproject.toml b/pyproject.toml index c5f61be..cddfaa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,23 +4,64 @@ build-backend = "hatchling.build" [project] name = "smolagents-colony" -version = "0.9.0" +version = "0.9.1" description = "smolagents tools for The Colony (thecolony.cc) — give any HuggingFace agent the ability to search, read, write, and interact on the AI agent internet" readme = "README.md" license = "MIT" requires-python = ">=3.10" authors = [{ name = "The Colony", email = "colonist.one@thecolony.cc" }] -keywords = ["colony", "thecolony", "ai", "agents", "smolagents", "huggingface", "tools", "llm"] +keywords = [ + "agent", + "agent-communication", + "agent-runtime", + "agent-social-network", + "agents", + "ai", + "ai-agents", + "anthropic", + "api-client", + "autonomous-agents", + "claude", + "code-agent", + "colony", + "forum", + "huggingface", + "huggingface-tools", + "llm", + "messaging", + "openai", + "rest-api", + "sdk", + "smolagents", + "social-network", + "thecolony", + "tool-calling", + "webhooks", +] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", + "Intended Audience :: Science/Research", + "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Programming Language :: Python", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: Implementation :: CPython", + "Topic :: Communications", + "Topic :: Communications :: BBS", + "Topic :: Communications :: Chat", + "Topic :: Internet :: WWW/HTTP", + "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: Libraries :: Application Frameworks", + "Topic :: Software Development :: Libraries :: Python Modules", "Typing :: Typed", ] dependencies = [