Skip to main content

AI developer platforms as traversable knowledge graphs — LangChain, LangGraph, OpenAI, Anthropic, HuggingFace, AWS Bedrock, Vertex AI — MCP-native

Project description

ckg-ai-platforms

AI developer platforms as traversable knowledge graphs — MCP-native.

7 domains · 314 nodes · 445 edges · 11× fewer tokens than RAG

Domain Nodes Edges Coverage
langchain 48 71 Chains, agents, LCEL, memory, retrievers, LangSmith
langgraph 42 58 Graph state, nodes, edges, cycles, persistence
openai-api 43 59 Chat completions, assistants, embeddings, DALL-E
anthropic-sdk 44 62 Messages API, tool use, prompt caching, computer use
huggingface 46 65 Hub, Transformers, Spaces, Datasets, Inference API
aws-bedrock 46 67 Converse API, Guardrails, Knowledge Bases, agents
vertex-ai 45 63 Model Garden, Gemini API, evaluation, fine-tuning

Install

pip install ckg-ai-platforms
uvx ckg-ai-platforms   # MCP server

Use as MCP server

Add to your Claude Desktop or any MCP client:

{
  "mcpServers": {
    "ai-platforms": {
      "command": "uvx",
      "args": ["ckg-ai-platforms"]
    }
  }
}

Use as Python library

from ckg_ai_platforms import ask_platform, list_domains

# Ask a question — auto-detects platform
result = ask_platform("How does LCEL RunnableSequence work?")
print(result)

# Explicit domain
result = ask_platform("explain tool use", domain="anthropic-sdk")

Benchmark

Part of the CKG benchmark:

  • F1: 0.471 vs RAG 0.123 (3.8×)
  • Tokens/query: 269 vs 2,982 (11×)
  • Cost/correct answer: $7.81 vs $76.23

License

MIT · graphifymd.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ckg_ai_platforms-0.2.1-py3-none-any.whl (15.6 kB view details)

Uploaded Python 3

File details

Details for the file ckg_ai_platforms-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for ckg_ai_platforms-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ae8b51192a8018716286d6e546bc9f83ddf9c33cb513ff7039ebbef7775e5acd
MD5 1b7fb4d93f0f73727a9a0b94d9e287c2
BLAKE2b-256 03c97e410297d90118a32d9b2625702198e589a4f896d5f60b04bf4055762909

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page