This project contains langchain python implementation of Google's Deepmind self-discovery prompt techniques https://arxiv.org/pdf/2402.03620.pdf using test task examples.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
A step by step series of examples that tell you how to get a development environment running:
git clone https://github.com/yourusername/self-discover.git
cd self-discover
pip install -r requirements.txt
Explain how to run the automated tests for this system.
python source/test/test_self-discover.py