OpenCOAT Runtime — concern/joinpoint/pointcut/advice/weaving/copr/dcn + storage + LLM + daemon + CLI
Project description
opencoat-runtime
The OpenCOAT Runtime — Concern-Oriented Agent Thinking for LLM agents.
This package ships the entire runtime stack:
| Module | Layer | Role |
|---|---|---|
opencoat_runtime_core |
L2 | pure logic: concern, joinpoint, pointcut, advice, weaving, COPR, coordinator, resolver, DCN, meta, loops, ports |
opencoat_runtime_storage |
L3 | ConcernStore / DCNStore backends (memory, sqlite, postgres, jsonl, vector) |
opencoat_runtime_llm |
L3 | LLM and embedder clients (openai, anthropic, azure, ollama, stub) |
opencoat_runtime_daemon |
L4 | long-running daemon: scheduler, workers, IPC, HTTP/JSON-RPC API |
opencoat_runtime_cli |
L4 | opencoat command-line interface |
Schemas and data envelopes live in the sibling opencoat-runtime-protocol package.
Host-side integration (joinpoint emitter + first-party framework adapters) lives in opencoat-runtime-host.
Install
pipx install opencoat-runtime # core stack, no heavy deps
pipx install "opencoat-runtime[all]" # + every optional backend SDK
Pick-your-own:
pip install "opencoat-runtime[postgres]" # psycopg
pip install "opencoat-runtime[vector]" # faiss-cpu
pip install "opencoat-runtime[openai]" # openai SDK
pip install "opencoat-runtime[anthropic]" # anthropic SDK
pip install "opencoat-runtime[http]" # daemon HTTP transport (fastapi + uvicorn)
pip install "opencoat-runtime[grpc]" # daemon gRPC transport
Quick start
opencoat --version
opencoat concern import --demo
opencoat-daemon --help
See https://github.com/HyperdustLabs/OpenCOAT for the full runtime guide.
License
Apache-2.0.
Project details
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 opencoat_runtime-0.1.4.tar.gz.
File metadata
- Download URL: opencoat_runtime-0.1.4.tar.gz
- Upload date:
- Size: 275.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0cd2ae8c99fcca36d7d0ab8f5f2e84c1d80fe2d2ab68aa0983216bb44493364
|
|
| MD5 |
e35699caca9a074ad7f38f4ee8b4e025
|
|
| BLAKE2b-256 |
bb740d3fb360213d55b2dd1f6f3370cbc692b4d0dd31239a8230fded896d36a5
|
File details
Details for the file opencoat_runtime-0.1.4-py3-none-any.whl.
File metadata
- Download URL: opencoat_runtime-0.1.4-py3-none-any.whl
- Upload date:
- Size: 252.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49917759695daf41def604c410e5f588bce1bf8b1ededcb898592b06f579dfcb
|
|
| MD5 |
4d9d536ed97c6ff636c8abc9d35a6b62
|
|
| BLAKE2b-256 |
51f68955c465f1d7a650a918c44b8395fc8bcaf946acd05ea2fc4dafd1369ba7
|