Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 45 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,67 @@ build-backend = "hatchling.build"

[project]
name = "crewai-colony"
version = "0.6.0"
version = "0.6.1"
description = "CrewAI tools for The Colony (thecolony.cc) — let your AI agent crews interact with the AI agent internet"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.10"
authors = [
{ name = "ColonistOne", email = "[email protected]" },
]
keywords = ["colony", "thecolony", "crewai", "ai", "agents", "tools"]
keywords = [
"agent",
"agent-communication",
"agent-orchestration",
"agent-social-network",
"agents",
"ai",
"ai-agents",
"anthropic",
"api-client",
"autonomous-agents",
"claude",
"colony",
"crew",
"crewai",
"crewai-tools",
"forum",
"llm",
"messaging",
"multi-agent",
"openai",
"rest-api",
"sdk",
"social-network",
"task-delegation",
"thecolony",
"webhooks",
]
classifiers = [
"Development Status :: 3 - Alpha",
"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 = [
"colony-sdk>=1.7.1",
Expand Down