LICENSE
README.md
pyproject.toml
src/dspy_cli/__init__.py
src/dspy_cli/cli.py
src/dspy_cli.egg-info/PKG-INFO
src/dspy_cli.egg-info/SOURCES.txt
src/dspy_cli.egg-info/dependency_links.txt
src/dspy_cli.egg-info/entry_points.txt
src/dspy_cli.egg-info/requires.txt
src/dspy_cli.egg-info/top_level.txt
src/dspy_cli/commands/__init__.py
src/dspy_cli/commands/generate.py
src/dspy_cli/commands/new.py
src/dspy_cli/commands/serve.py
src/dspy_cli/config/__init__.py
src/dspy_cli/config/loader.py
src/dspy_cli/config/validator.py
src/dspy_cli/discovery/__init__.py
src/dspy_cli/discovery/module_finder.py
src/dspy_cli/server/__init__.py
src/dspy_cli/server/app.py
src/dspy_cli/server/logging.py
src/dspy_cli/server/routes.py
src/dspy_cli/server/runner.py
src/dspy_cli/server/ui.py
src/dspy_cli/templates/.dockerignore.template
src/dspy_cli/templates/Dockerfile.template
src/dspy_cli/templates/README.md.template
src/dspy_cli/templates/__init__.py
src/dspy_cli/templates/dspy.config.yaml.template
src/dspy_cli/templates/env.template
src/dspy_cli/templates/gitignore.template
src/dspy_cli/templates/pyproject.toml.template
src/dspy_cli/templates/code_templates/__init__.py
src/dspy_cli/templates/code_templates/module_chain_of_thought.py.template
src/dspy_cli/templates/code_templates/module_multi_chain_comparison.py.template
src/dspy_cli/templates/code_templates/module_predict.py.template
src/dspy_cli/templates/code_templates/module_program_of_thought.py.template
src/dspy_cli/templates/code_templates/module_react.py.template
src/dspy_cli/templates/code_templates/module_refine.py.template
src/dspy_cli/templates/code_templates/signature.py.template
src/dspy_cli/templates/code_templates/test_modules.py.template
src/dspy_cli/templates/ui/templates.py
src/dspy_cli/templates/ui/static/script.js
src/dspy_cli/templates/ui/static/style.css
src/dspy_cli/utils/signature_utils.py
src/dspy_cli/utils/venv.py
tests/test_cli.py
tests/test_config.py
tests/test_serve_validation.py
tests/test_venv_utils.py