Follow these steps to clone repos of key dependencies for ai context.
- •Read the
pyproject.tomlto understand which versions are being used. - •Create directory: Ensure
ai_working/exists. - •Check for existing repos: If any of these directories exist in
ai_working/, delete them completely before proceeding:- •
ai_working/interop-router - •
ai_working/openai-python - •
ai_working/anthropic-sdk-python - •
ai_working/python-genai - •
ai_working/crawl4ai
- •
- •Clone each of the repos with the following template in parallel:
git clone --depth 1 --single-branch <repo-url> <local-path>- •
interop-router: https://github.com/DavidKoleczek/interop-router.git - •
openai-python: https://github.com/openai/openai-python.git - •
python-genai: https://github.com/googleapis/python-genai.git - •
anthropic-sdk-python: https://github.com/anthropics/anthropic-sdk-python.git - •
crawl4ai: https://github.com/unclecode/crawl4ai.git
- •
- •Check the AGENTS.md to see if each of the repos being cloned is mentioned there. If any are missing, add them without any notes.
- •Briefly summarize what was done.