Project structure of: kyegomez/AutoRT
__init__.py
Autort class setup with imported prompts for various tasks.main.py
Automated robot task system using OpenAI API and language modelsprompts.py
Visual analysis framework for adaptable robotic tasks with safety measures.
pyproject.toml
AutoRT: build system, dependencies, poetry-coreREADME.md
Swarms-based, scalable robotic orchestration system.requirements.txt
Python packages: Torch, ZetaScale, Swarmscode_quality.sh
Automates code quality checks and formattingmerge_all_prs.sh
Merge all open PRs in Git repo and notify completion.test_name.sh
Renames non-test Python files to 'test_' in tests dir.tests.sh
Runs Python unit tests in './tests' directory.