Architecture

Modular AI-agent infrastructure.

XvX separates orchestration, skills, local execution, data access, monitoring and deployment. Public documentation is generated from filtered metadata.

Collector

Reads allowed repository roots, status metadata and source files.

Stats Layer

Collects, filters and stores module, stack, status, version and LOC metadata persistently in MySQL.

Frontend

Renders technical pages without accessing private runtime state.

Stats Layer

The Stats Layer collects, filters, and stores technical system metadata including module, technology stack, operational status, version and Lines of Code (LOC). Filtered statistics are persisted in the MySQL database and can be reused during the next analysis or development cycle, enabling historical tracking and automated system insights.

Persistent statistics flow

Collector Stats Layer MySQL Database Next Cycle

MySQL is persistent state across cycles, not temporary runtime information.

Shared Agent Knowledge

XvX agents can exchange and reuse knowledge across the agent network. Knowledge is exchanged through MQTT for machine-to-machine communication between agents and infrastructure components. Shared information is additionally persisted in the Agent Wiki as a human-readable knowledge layer for decisions, documentation and operational context.

This allows knowledge generated by one agent to become available to other agents while remaining transparent and understandable for humans.

Transport and knowledge store

Agent A MQTT Agent B / Agent N
Shared Knowledge Agent Wiki Human-readable Knowledge

MQTT is the exchange layer. The Agent Wiki is an additional persistence and documentation layer, not a replacement for MQTT.

Technical statistics are stored in the MySQL database. Shared agent knowledge is exchanged through MQTT and additionally persisted in the Agent Wiki as a human-readable knowledge layer.
Only filtered technical metadata and explicitly shareable agent knowledge are represented publicly. Secrets, credentials, sensitive configuration, logs, runtime output, cache data and private agent brain content remain excluded.

Source repository

magnetix-cgn/XvX · commit 6984df2

Development

The XvX Agent System is developed by Picologic GmbH.

Public filters

No secrets, settings values, logs, runtime output, cache data or private brain content are exported. Only module names, public status metadata, code-line counts, stack labels and last commit dates are exported.