LICENSE
README.md
pyproject.toml
setup.py
jupyter_agent/__init__.py
jupyter_agent/bot_chat.py
jupyter_agent/bot_contexts.py
jupyter_agent/bot_magics.py
jupyter_agent/bot_outputs.py
jupyter_agent/utils.py
jupyter_agent.egg-info/PKG-INFO
jupyter_agent.egg-info/SOURCES.txt
jupyter_agent.egg-info/dependency_links.txt
jupyter_agent.egg-info/requires.txt
jupyter_agent.egg-info/top_level.txt
jupyter_agent/bot_agents/__init__.py
jupyter_agent/bot_agents/base.py
jupyter_agent/bot_agents/master_planner.py
jupyter_agent/bot_agents/output_task_result.py
jupyter_agent/bot_agents/task_code_executor.py
jupyter_agent/bot_agents/task_coder.py
jupyter_agent/bot_agents/task_debuger.py
jupyter_agent/bot_agents/task_planner_v1.py
jupyter_agent/bot_agents/task_planner_v2.py
jupyter_agent/bot_agents/task_planner_v3.py
jupyter_agent/bot_agents/task_reasoner.py
jupyter_agent/bot_agents/task_structrue_reasoner.py
jupyter_agent/bot_agents/task_structrue_summarier.py
jupyter_agent/bot_agents/task_summarier.py
jupyter_agent/bot_agents/task_verifier.py
jupyter_agent/bot_agents/task_verify_summarier.py
jupyter_agent/bot_flows/__init__.py
jupyter_agent/bot_flows/base.py
jupyter_agent/bot_flows/master_planner.py
jupyter_agent/bot_flows/task_executor_v1.py
jupyter_agent/bot_flows/task_executor_v2.py
jupyter_agent/bot_flows/task_executor_v3.py
tests/test_bot_agents_base.py
tests/test_bot_chat.py
tests/test_bot_contexts.py
tests/test_bot_outputs.py