Skip to content

Commit 1027cf9

Browse files
authored
Merge pull request #3 from runcycles/release/v0.1.0
chore(seo): align PyPI metadata with cycles-client-python's discovery pattern
2 parents 48f2e4b + 2d8dd1e commit 1027cf9

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,32 @@ build-backend = "hatchling.build"
55
[project]
66
name = "langchain-runcycles"
77
version = "0.1.0"
8-
description = "LangChain agent middleware for Cycles — pre-tool-call authorization, fan-out caps, and per-tenant budget enforcement for Python agents."
8+
description = "LangChain agent middleware for Cycles — pre-tool-call authorization, fan-out caps, and per-tenant budget enforcement for Python agents using create_agent."
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
requires-python = ">=3.10"
1212
keywords = [
13-
# Category-search keywords
13+
# Category-search keywords (aligned with cycles-client-python's SEO refresh)
1414
"ai-agent",
1515
"agent-middleware",
1616
"agent-budget",
1717
"agent-governance",
18+
"agent-safety",
1819
"budget-control",
1920
"cost-control",
2021
"spending-limit",
21-
"tool-authorization",
22-
"pre-tool-call-authorization",
23-
"multi-tenant",
22+
"llm-cost",
23+
"llmops",
2424
"runtime-authority",
25-
# Framework targeting
25+
"action-control",
26+
"multi-tenant",
27+
# LangChain ecosystem (the differentiator vs the parent SDK)
2628
"langchain",
2729
"langgraph",
2830
"langchain-middleware",
31+
"tool-authorization",
32+
"pre-tool-call-authorization",
33+
"mcp",
2934
# Brand
3035
"cycles",
3136
"runcycles",
@@ -51,7 +56,7 @@ dependencies = [
5156

5257
[project.urls]
5358
Homepage = "https://runcycles.io"
54-
Documentation = "https://runcycles.io/integrations/langchain"
59+
Documentation = "https://github.com/runcycles/langchain-runcycles#readme"
5560
Repository = "https://github.com/runcycles/langchain-runcycles"
5661
Changelog = "https://github.com/runcycles/langchain-runcycles/blob/main/CHANGELOG.md"
5762
"Bug Tracker" = "https://github.com/runcycles/langchain-runcycles/issues"

0 commit comments

Comments
 (0)