+===================================+ | | | | | Agentic IDE | | | | | +===================================+
This will be a CLI tool a-la Claude Code that:
- Accepts a coding task.
- Chooses from predefined functions to work on the task, e.g.:
- Scans files in a directory
- Read file contents
- Overwrite file contents
- Execute the python interpreter on a file
- Repeats step 2 until the task is complete (or also fails catastrophically, womp womp)