Documentation

Build on Erudious.

Guides, references and patterns for working with the mini-LLM engine, agents, knowledge architect and UI.

All of the agents

Start here

Short, practical guides to get your first workspace running.

01. Install & configure

Environment requirements, database setup (SQLite/MySQL), and initial configuration.

02. Create your first agent

How the agent registry works, and how to write a simple PHP agent with a clear pattern.

03. Add a knowledge pack

Ingest your own documents, define chunking, and surface them via Knowledge Architect.

Reference

Deep dives for when you need to wire Erudious into the rest of your stack.

Agent API

Agent lifecycle, input/output contracts, error handling and logging patterns.

Conversation & storage model

How threads, messages, memories and analytics are modelled in the database.

Knowledge Architect internals

Embedding strategies, FTS indices and how local vector search is wired.

UI extension points

Custom panels, slash commands, and dashboard tiles built on the existing frontend.