From cbf382ca909f5b91dd4ac97e7acb87019c576866 Mon Sep 17 00:00:00 2001 From: Ambar Date: Sat, 28 Feb 2026 11:57:56 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d8fcdb8..66f65e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,26 +5,44 @@ build-backend = "setuptools.build_meta" [project] name = "clampai" version = "1.0.0" -description = "Formal safety framework for AI agents with provable guarantees" +description = "Safety guardrails for LLM agents — budget enforcement, invariants, and provable guarantees. Zero dependencies." readme = "README.md" license = "MIT" authors = [ { name = "Ambar", email = "ambar13@u.nus.edu" }, ] keywords = [ - "formal-methods", + "clampai", + "llm", + "llm-safety", "ai-safety", + "guardrails", + "budget-enforcement", + "agent", + "agent-framework", + "agent-safety-frameworks", "autonomous-agents", - "execution-semantics", + "agentic-ai", + "agentic-ai-security", + "langchain", + "langgraph", + "openai", + "anthropic", + "openclaw", + "fastapi", + "rate-limiting", "invariants", + "middleware", + "autogen", + "crewai", + "formal-methods", "verification", - "agent-framework", - "state-machines", ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", + "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -32,7 +50,9 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Topic :: Security", "Topic :: Software Development :: Libraries :: Application Frameworks", + "Topic :: Software Development :: Libraries :: Python Modules", "Typing :: Typed", ] requires-python = ">=3.9"