XYBEROS — AI Platform
A Python framework for building cognitive AI systems with a full pipeline: perceive, reason, plan, decide, act, reflect, and remember.
Quick Start
pip install xyberos
from xyberos import xyberos
ctx = xyberos.chat("Hello, world!")
print(ctx.thought.summary)
Or with Docker:
docker compose up
With observability (OpenTelemetry + Prometheus + structured logging):
pip install xyberos[observability]
From source:
git clone https://github.com/xyberos/xyberos.git
cd xyberos
make install # pip install -e ".[dev,docs,web]"
make test # run all tests
make docs # build documentation
Features
- Cognitive pipeline — 8-stage processing loop with pluggable strategies
- Plugin system — unified
Plugincontract with 12 entry-point groups, 54 auto-discovered components - Security subsystem — authentication, authorization, RBAC, Guardian decision engine, risk scoring, audit trail, capability management, policy engine, human-in-the-loop approval, resource governance
- 6-tier memory — working, episodic, semantic, procedural, vector, knowledge graph with automatic fallback
- Multi-agent runtime — agent communication, shared memory, task delegation, collaborative voting
- Model-agnostic LLM — 9 backends: OpenAI, Anthropic, Ollama, OpenAI-compatible, Google Vertex AI, AWS Bedrock, Azure OpenAI, vLLM, simulated
- Pluggable tools & skills — web search, file I/O, calculator, shell commands, and custom extensions
- REST API — FastAPI server with OpenAPI docs, versioned endpoints (
/v1/), SSE streaming, WebSocket support - Authentication middleware — JWT token creation/validation, API key auth, Bearer token support
- Secrets management — HashiCorp Vault integration with automatic env-var fallback and TTL caching
- Multi-tenant security — Tenant isolation in storage and database via key prefixing and column injection
- Plugin marketplace — Community plugin registry with publishing guide
- Configuration — YAML + env vars + programmatic overrides
- Docker — one-command deployment with
docker compose up - ML evaluation — built-in classification and regression metrics
- OpenTelemetry integration — export traces and metrics to Jaeger, Datadog, Grafana
- Prometheus metrics — kernel-level metrics at
/metricswith auto-collected request timing - Structured logging — JSON-formatted logs ready for Loki / Datadog / Splunk
- Graceful shutdown — KillSwitch wired to SIGINT/SIGTERM for clean teardown
- Runtime introspection API —
GET /system/statusandGET /system/infoendpoints - Makefile —
make test,make lint,make build,make docs,make docker-build
Documentation
Full documentation is available in the docs/ directory:
- Getting Started
- XYBEROS API & Assistant
- Creating Tools
- Multi-Agent Systems
- Memory System
- Security Subsystem
- Configuration
- Plugin Discovery & Providers
- API Reference
Stability
XYBEROS is currently in pre-release (0.x). The public API is
stabilizing but may change between minor versions. Breaking changes
are documented in CHANGELOG.md.
See VERSIONING.md for the versioning policy.
Requirements
- Python 3.12+
License
Apache 2.0 — see LICENSE.
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 xyberos-0.6.2.tar.gz.
File metadata
- Download URL: xyberos-0.6.2.tar.gz
- Upload date:
- Size: 355.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48b2d0a029da5d5029ec7d4eb00c59a3bd9fef053ca0cee93028b67eed8b7b33
|
|
| MD5 |
9fa776c0958dfa9d965f31d3feec59e2
|
|
| BLAKE2b-256 |
d41a910b84c997761e4161fd448273f76041d4735176d96e2a81c1eb2b8cc414
|
File details
Details for the file xyberos-0.6.2-py3-none-any.whl.
File metadata
- Download URL: xyberos-0.6.2-py3-none-any.whl
- Upload date:
- Size: 467.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b573625a74a4df70936aebf697a51fcb68fcbf425b38753b1447e63672a9d54
|
|
| MD5 |
cdecf46db904de09272d9a475f21967e
|
|
| BLAKE2b-256 |
2ce16e88232285af0865867f495691db9d770e2bbc987f1fbbef920fc56bb906
|