Skip to main content

Code Index

  • smolotchi/actions/registry.py – Action spec registry and loader.
    • Code: smolotchi/actions/registry.py:ActionRegistry
  • smolotchi/actions/plan_runner.py – Plan execution with stage gates.
    • Code: smolotchi/actions/plan_runner.py:PlanRunner
  • smolotchi/ai/worker.py – Worker loop, job processing, and plan execution.
    • Code: smolotchi/ai/worker.py:AIWorker
  • smolotchi/api/web.py – Flask web UI routes and handlers.
    • Code: smolotchi/api/web.py:create_app
  • smolotchi/core/config.py – Config dataclasses and loader.
    • Code: smolotchi/core/config.py:ConfigStore
  • smolotchi/core/artifacts.py – Artifact storage and indexing.
    • Code: smolotchi/core/artifacts.py:ArtifactStore