This folder documents the current Grambot CLI, plugins, sessions, and runtime.
architecture.md- system overview and message flowcli.md- CLI commands and runtime behaviorconnectors.md- connector abstraction and telegram connectorplugins.md- plugin system and built-in pluginsdashboard.md- gram-dashboard SPA + proxymemory.md- memory plugin and searchcron.md- cron scheduler tasks and actionsauth.md- auth store and helper commandsinference.md- inference runtime helpersutil.md- shared utility helpersconventions.md- import and compatibility rulessessions.md- session queueing and sequencingconfig.md- config files and resolution orderlogging.md- logging configuration and outputengine.md- engine socket updates and control planetesting.md- current test coverage
flowchart TD
Docs[Documentation] --> Arch[architecture.md]
Docs --> CLI[cli.md]
Docs --> Conn[connectors.md]
Docs --> Plugins[plugins.md]
Docs --> Dash[dashboard.md]
Docs --> Memory[memory.md]
Docs --> Sess[sessions.md]
Docs --> Config[config.md]
Docs --> Auth[auth.md]
Docs --> Log[logging.md]
Docs --> Engine[engine.md]
Docs --> Test[testing.md]
Docs --> Util[util.md]
Docs --> Conv[conventions.md]
Docs --> Infer[inference.md]