Python client for the Ontbo API. Go-to https://www.ontbo.com/.
Reason this release was yanked:
Obsolete
Project description
🛸 ONTBO - Cognitive Context API for AI Agents
Make AIs understand your users.
👉 Cognitive Context API for your AI Agents
Datasheet : here
Enjoying ONTBO? ⭐️ us to support the project!
🚀 Get started (seriously, 5 min)
1️⃣ Create your account → https://api.ontbo.com
2️⃣ Generate your API token
3️⃣ Clone this client lib and run make init
4️⃣ Run the sample code main.py → ✨ see the magic happen
Your first application in a few lines of code.
from ontbo import Ontbo
ontbo = Ontbo(token="...")
profile = ontbo.create_profile("alice_test")
scene = profile.create_scene("scene_test")
scene.add_messages(
[
SceneMessage(
content="Hello, my name is Alice!",
role="user")
],
update_now=True)
print(profile.query_facts("What is my name?"))
💡 Or skip the hand-holding and build your own client in any language → https://api.ontbo.com/api/tests/docs
⚡ Research Insights - Why you Win ?
| Metric | ONTBO | SoTA |
|---|---|---|
| Recall context | 🔥 91% | 70% |
| Token cost | 💸 -95% | Full-data retrieval |
| Latency | ⚡ 40 ms (P50) | >200 ms |
| Model creation speed | 🚀 +200% | Baseline |
🔄 4 retrieval modes: best-performance, chain-of-thought, balanced, low-latency
✔️ pick precision/latency/cost tradeoffs per request
📖 Introduction
If your assistants hallucinate, token bills spike, and user context lives in 12 different silos – ONTBO fixes that.
Plug a cognitive layer in front of your LLMs/Agents and stop duct-taping prompt engineering.
Your agents become sharper, faster, and cheaper.
Memory stores. Context understands.
🚀 What is ONTBO?
ONTBO is an API that normalizes and structures user historic data into a dynamic, reasoning-ready context layer to improve AI agent responses.
From passive tools to proactive partners, we build APIs that understand, adapt, and truly work with you.
🧩 Main Features
- Context Layer → multi-agent, reasoning-based retrieval that packs only the facts that matter
- Lifecycle Management → facts are versioned, updated, and conflict-resolved automatically
- Autonomous CoT Orchestration → self-directed reasoning → fewer tokens, faster replies, higher accuracy
- Data Governance → white-box by design — full traceability, provenance, and user-level control baked in
🎯 Use Cases
- Personal AI → not memory. Awareness that adapts to you in real time
- Customer Support → not logs. Clear user story that resolves issues on the first touch
- Healthcare → not raw data. Connect all the dots for reliable patient profiles → safer adaptive care
- Developer & Creator Copilots → not autocomplete. Repo + workflow intelligence that guides the next move
🏗 Strategic Benefits (Product & Infra)
- Product → sharper, context-aware responses → higher CSAT & conversions
- Infra → big LLM token savings & lower inference load → measurable cost reductions
- Moat → fine-grained, context-rich personalization with traceable provenance
- Ops → faster model creation & iteration (+200%), predictable scaling, fewer cold starts
📚 Documentation & Support
- API reference docs: https://api.ontbo.com/api/tests/docs
- Community: Discord · X
- Contact: contact@ontbo.com
🤝 License & Contributions
- License: Apache 2.0
- Contributions: PRs welcome. Open issues for bugs/feature requests
- Security: responsible disclosure at contact@ontbo.com
✨ Let’s build something people didn’t think was possible.
🔥 Go break things (and tell us what you build).
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 ontbo-1.3.0.tar.gz.
File metadata
- Download URL: ontbo-1.3.0.tar.gz
- Upload date:
- Size: 244.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8ccfded396e624cc87cffe73d81c7961341eb633a6bfba5c21df630524ede7c
|
|
| MD5 |
5fb6a580fc4dae031e914d1758f463b4
|
|
| BLAKE2b-256 |
6a86d96cdb0c1de3b05fbb77416c78aae152340edbc8fe2172f989fa3d35fdd4
|
File details
Details for the file ontbo-1.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: ontbo-1.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd259c02ea4976bc7580ea5ef6433d27fa582a0144864526c352581414139d07
|
|
| MD5 |
285fd965a20a1e7426ee233d9f633b04
|
|
| BLAKE2b-256 |
144aaec0ed9603565848cda32ae6a9006210a9509a1a601ff0fc902eabc11c1f
|