Skip to content

Core Modules Overview

The core/ directory contains the main framework logic for Simple Agent, organized into submodules:

  • agent/: Main agent class and run loop manager
  • execution/: Command execution, tool management, summarization
  • conversation/: Conversation and memory management
  • metacognition/: Self-reflection, loop detection, prompt templates
  • utils/: Security, configuration, versioning

Each submodule is documented in its own file for clarity and maintainability.