LICENSE
README.md
pyproject.toml
setup.py
jupyter_agent/__init__.py
jupyter_agent/bot_actions.py
jupyter_agent/bot_chat.py
jupyter_agent/bot_contexts.py
jupyter_agent/bot_evaluation.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/entry_points.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/code_debuger.py
jupyter_agent/bot_agents/code_executor.py
jupyter_agent/bot_agents/code_generator.py
jupyter_agent/bot_agents/master_planner.py
jupyter_agent/bot_agents/output_task_result.py
jupyter_agent/bot_agents/prepare_next_cell.py
jupyter_agent/bot_agents/request_user_supply.py
jupyter_agent/bot_agents/task_planner_v3.py
jupyter_agent/bot_agents/task_structrue_reasoner.py
jupyter_agent/bot_agents/task_structrue_summarier.py
jupyter_agent/bot_evaluators/__init__.py
jupyter_agent/bot_evaluators/base.py
jupyter_agent/bot_evaluators/dummy_flow.py
jupyter_agent/bot_evaluators/dummy_global.py
jupyter_agent/bot_evaluators/dummy_task.py
jupyter_agent/bot_evaluators/flow_global_planning.py
jupyter_agent/bot_evaluators/flow_task_executor.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_v3.py
tests/test_bot_actions.py
tests/test_bot_agents_base.py
tests/test_bot_chat.py
tests/test_bot_contexts.py
tests/test_bot_evaluation.py
tests/test_bot_evaluators_base.py
tests/test_bot_flows_base.py
tests/test_bot_outputs.py