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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ckg_ai_platforms-0.1.0.tar.gz.
File metadata
- Download URL: ckg_ai_platforms-0.1.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77acd2761e47c735aa61dc86a172eafdfa8eb22072a50ab789c0da0c0a944db5
|
|
| MD5 |
0aa8a710dafade19d0244d314661e49a
|
|
| BLAKE2b-256 |
53a408acf1f7c2a1a3b35dbab1c145b7c58821cc9893d9512afd83e289b75ef5
|
File details
Details for the file ckg_ai_platforms-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ckg_ai_platforms-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
426f87848a661be77e931f33c51571c8c91d4480557d7f081c2a1ee13afe7135
|
|
| MD5 |
7281d40fd9144701bf89726f6f019f58
|
|
| BLAKE2b-256 |
9a72309f055432537dd3cd372cbbe2016c4b9856514eb481d4d9f733dd0058bf
|