Module ai_shell.demo_bots
Sub-modules
ai_shell.demo_bots.check_tools
ai_shell.demo_bots.demo_setup
-
Initialization for demo bots.
ai_shell.demo_bots.docs_writer_bot
-
This bot will attempt to add docs to the src in the
fish_tank
example … ai_shell.demo_bots.pylint_bot
-
This bot will attempt to lint the issues in the
fish_tank
example … ai_shell.demo_bots.test_writer_bot
-
An example bot that will write unit tests. The goal checker will check if pytests are good, pass and have coverage.
ai_shell.demo_bots.todo_bot
-
Bot that looks for TODOs and tracks them.
ai_shell.demo_bots.tool_tester_bot
-
An example bot that will check if a tool works as expected …