Skip to content

Commit e6bd16a

Browse files
authored
Merge pull request #129 from kalibr-ai/fix/pypi-keywords
fix: add PyPI keywords for discoverability
2 parents a867eed + 92b099f commit e6bd16a

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "kalibr"
77
version = "1.8.0"
8-
description = "Ship agents that fix themselves. Outcome-aware routing for production AI agents."
8+
description = "Outcome-aware LLM routing for production AI agents. Routes between models, tools, and parameters based on real success signals using Thompson Sampling. Automatic fallback, cost optimization, and continuous learning — no redeploy required."
99
authors = [{name = "Kalibr Team", email = "support@kalibr.systems"}]
1010
readme = "README.md"
1111
requires-python = ">=3.10"
1212
license = {text = "Apache-2.0"}
1313
keywords = [
14-
"ai", "mcp", "gpt", "claude", "gemini", "copilot",
15-
"openai", "anthropic", "google", "microsoft",
16-
"observability", "telemetry", "tracing", "llm",
17-
"schema-generation", "api", "multi-model", "langchain", "crewai"
14+
"llm", "routing", "model-routing", "llm-routing", "fallback",
15+
"agent", "agents", "agent-reliability", "production", "ai",
16+
"openai", "anthropic", "thompson-sampling", "multi-armed-bandit",
17+
"execution-path", "model-selection", "llm-fallback", "crewai",
18+
"langchain", "outcome-routing"
1819
]
1920
classifiers = [
2021
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)