CodeAct has moved
CodeAct is now packaged as the dspy-code_act gem. The module no longer ships with the core dspy gem and has its own documentation bundle.
- Install with
gem 'dspy-code_act', '~> 0.29'alongsidedspy. - Review usage, safety guidelines, and advanced examples in
lib/dspy/code_act/README.md. - GitHub Actions run the CodeAct specs separately from the DSPy core suite.
If you previously relied on the old docs under docs/, please update bookmarks to the new README inside the gem. This keeps the DSPy core lean while letting CodeAct evolve independently.