Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

mini_agent

最小可运行 Python 骨架:

  • app/query_engine.py:会话入口
  • app/query_loop.py:模型输出与工具执行循环
  • app/tool_dispatcher.py:批量调度工具
  • app/tool_execution.py:单工具执行
  • app/tools/:文件读写工具示例
  • app/adapters/fake_model.py:假模型,便于本地联调