Docs  /  Simple Agents

Simple Agents

Simple agents are lightweight Lua-backed agents imported from the simple agents section of C:\Users\Temp\Desktop\_AugmentedIntelligence Commands.xlsx. They run through the unified AgentRuntime registry and use the shared lua_scripts\Simple-Agent-Profiles.lua blueprint.

Purpose

Simple agents provide named working roles for planning, research, review, and handoff. They are not separate applications. They are small runtime profiles that can:

  • print a role-specific plan,
  • run review-safe command steps,
  • append local agent memory,
  • receive task and handoff records,
  • access shared Knowledge RL and Gaming RL context.

They are review-only by default. Medical, mental-health, legal, finance, security, and cannabis-related roles are framed as information/research support, not professional advice.

Commands

simple agent registry
simple agent <agent name>
simple agent start <agent name>
simple agent status <agent name>
simple agent permissions <agent name>
simple agent rl status

agent registry
agent start <agent>
agent status <agent>
agent task <agent> <task>
agent handoff <from> <to> <summary>
agent memory show <agent>
agent memory append <agent> <note>
agent profile show spreadsheet_simple_agents
agent profile apply spreadsheet_simple_agents dry-run

Examples:

simple agent cfo
simple agent human resources agent
simple agent mechanical engineer
simple agent investment strategist agent
simple agent stocks
agent task software_engineer debug the build failure
agent memory show research_agent

Imported Agents

cfo
cto
cio
doctor
counselor
psychologist
psychiatrist
tyler
blogger
leonardo_da_vinci
steven_hawking
mechanical_engineer
electrical_engineer
neuroscientist
software_engineer
human_resources
debug_agent
tester
research_agent
security
manager
assistant
it
marketing
lawyer
legal_secretary
friend
comic
investment_strategist
technical_support
guy_contractor
gal_support
brainstorming_person
event_summation
researcher
marijuana_guru
stocks

Runtime Files

agent_runtime\events.jsonl
agent_runtime\handoffs.jsonl
agent_runtime\memory\<agent>.txt

agent task and agent handoff write records so agents can be resumed with context later.

Shared RL Context

Every agent Lua state receives the Knowledge RL and Gaming RL Lua globals. Blueprint agents automatically include these plan/run steps:

Knowledge RL status
Gaming RL status

Use:

agent rl status
simple agent rl status
knowledge rl stats
gaming rl status

To opt out for one agent, set its environment variable:

CFO_RL_CONTEXT=0
SOFTWARE_ENGINEER_RL_CONTEXT=0

Safety Model

  • Simple agents do not bypass the agent approval queue.
  • Risky shell, deployment, deletion, security, medical, legal, or financial work should stay in review mode unless explicitly approved.
  • Running the full spreadsheet_simple_agents profile can start many agents, so use dry-run first.
Generated from the project markdown docs on 2026-07-24. This is a static, self-contained site.