__init__.py 259 B

123456
  1. """Code Agent implementations and CLI entrypoints.
  2. Note: `code_agent/langchain_agent.py` is kept as an optional demo/comparison implementation.
  3. The MVP CLI lives under `code_agent/cli/` and uses a HelloAgents-style hand-rolled executor + state machine.
  4. """