Skip to main content

XYBEROS — AI Platform

License Python Tests Version

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 Plugin contract 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 /metrics with 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 APIGET /system/status and GET /system/info endpoints
  • Makefilemake test, make lint, make build, make docs, make docker-build

Documentation

Full documentation is available in the docs/ directory:

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

xyberos-0.6.1.tar.gz (355.9 kB view details)

Uploaded Source

Built Distribution

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

xyberos-0.6.1-py3-none-any.whl (467.9 kB view details)

Uploaded Python 3

File details

Details for the file xyberos-0.6.1.tar.gz.

File metadata

  • Download URL: xyberos-0.6.1.tar.gz
  • Upload date:
  • Size: 355.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for xyberos-0.6.1.tar.gz
Algorithm Hash digest
SHA256 833b524c6be446b31a2f62f72a8928132b47dbdfe1aae1817a5791dd54807d41
MD5 05fb310318f2dd0abac550681861ad49
BLAKE2b-256 e317f6f3bc0c97ffbcc2ce742be7b8f35d112f2fe8b835e66fdeee8b031aa232

See more details on using hashes here.

File details

Details for the file xyberos-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: xyberos-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 467.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for xyberos-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 802b1cf1a0b8f6f10c2e013e31e58d618b69ab476c55ff3c6b04a16b2c665e7f
MD5 6747d2adfdccb16910e4b03fd6085fb4
BLAKE2b-256 e19b0d63c4d0f10ca70e63d63592a188ca061509c5bae65388f3ffd9d2860f08

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 Sentry Error logging StatusPage Status page