CLI Reference
CLI Reference (v0.3.1)
CLI_Rรฉference // Cรณmmand_Lรญne
แ แซ แ แซ แฑ แซ แ แซ แ แซ แฒ
The ForbocAI SDK includes a powerful command-line interface for managing the entire Neuro-Symbolic Grid.
Tฬทhฬตeฬธ ฬทtฬตeฬธrฬทmฬธiฬตnฬตaฬถlฬท ฬธiฬทsฬธ ฬทyฬดoฬตuฬทrฬด ฬธpฬตoฬดrฬตtฬธaฬตlฬท.
Installation
The CLI is included with the SDK:
๐ System Commands
forbocai version
Display the current SDK version.
forbocai doctor
Diagnose system issues, check API connectivity, and verify configuration.
โ๏ธ Config Commands
forbocai config set <key> <value>
Set a persistent configuration value (saved to ~/.forbocai.json).
forbocai config get <key>
Get a specific configuration value.
forbocai config list
List all configuration values.
๐ API Commands
forbocai api status
Check API connection status.
๐ฎ Cortex Commands
forbocai cortex models
List available SLM models for local inference.
forbocai cortex init [model]
Initialize a local Small Language Model (SLM) instance.
๐ค Agent Commands
forbocai agent create [persona]
Create a new AI agent with a persona.
forbocai agent list
List all active agents.
forbocai agent chat <agentId>
Start an interactive chat REPL with the agent.
forbocai agent state <agentId>
View an agentโs current state (mood, inventory, skills, relationships).
forbocai agent process <agentId> <input>
One-shot process input (non-interactive).
forbocai agent update <agentId> [--mood <mood>] [--inventory <items>]
Manually update an agentโs state.
forbocai agent delete <agentId>
Delete an agent permanently.
๐ง Memory Commands
forbocai memory list <agentId>
List all memories for an agent.
forbocai memory recall <agentId> <query>
Perform a semantic search through the agentโs memory bank.
forbocai memory store <agentId> <text>
Manually inject a memory/observation.
forbocai memory clear <agentId>
Clear all memories for an agent (with confirmation).
forbocai memory export <agentId>
Export all memories to a JSON file.
๐ก Bridge Commands
forbocai bridge validate <file.json>
Validate an action JSON file against the gameโs neuro-symbolic rules.
Example action.json:
forbocai bridge rules
List all active validation rules.
๐ Soul Commands
forbocai soul export <agentId>
Export an agentโs Soul to IPFS.
forbocai soul import <cid>
Import an agent from an IPFS Soul.
forbocai soul chat <cid>
Wake a Soul from cryo and start a chat session.
forbocai soul list
List all exported Souls.
forbocai soul verify <cid>
Verify a Soulโs signature and integrity.
๐ป Ghost Commands
forbocai ghost run [suite]
Start a QA test session. Available suites: exploration, combat, dialogue, pathfinding, full.
forbocai ghost status <sessionId>
Check session progress.
forbocai ghost results <sessionId>
Get detailed test results and metrics.
forbocai ghost stop <sessionId>
Stop a running Ghost session.
forbocai ghost history
List past Ghost sessions.
๐ Environment Variables
๐ Quick Reference
แ แซ แ แซ แฑ แซ แ แซ แ แซ แฒ
Tฬทhฬตeฬธ ฬทGฬถrฬธiฬตdฬท ฬทiฬถsฬต ฬทnฬดoฬถwฬด ฬทfฬทuฬถlฬธlฬธyฬถ ฬทoฬถpฬทeฬตrฬทaฬธtฬทiฬถoฬธnฬธaฬดlฬท.
