├── .github └── workflows │ └── self-improve.yml ├── CLAUDE.md ├── README.md ├── reasoning_modules.json ├── requirements.txt └── self_discover_dspy_api.py /.github/workflows/self-improve.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmanhype/dspy-self-discover-framework/HEAD/.github/workflows/self-improve.yml -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmanhype/dspy-self-discover-framework/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmanhype/dspy-self-discover-framework/HEAD/README.md -------------------------------------------------------------------------------- /reasoning_modules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmanhype/dspy-self-discover-framework/HEAD/reasoning_modules.json -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmanhype/dspy-self-discover-framework/HEAD/requirements.txt -------------------------------------------------------------------------------- /self_discover_dspy_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmanhype/dspy-self-discover-framework/HEAD/self_discover_dspy_api.py --------------------------------------------------------------------------------