| # | Signature | 来源 | 摘要 | 加载 |
| 1 | hire_agent(task_key_target, task_description, enable_hiring, force_order) | talent_training_market | 雇佣子智能体 | ✅ |
| 2 | fire_agent(agent_id) | talent_training_market | 解雇指定智能体+下属 | ✅ |
| 3 | list_agents() | talent_training_market | 查看当前层次内所有智能体状态 | ✅ |
| 4 | get_agent_output(agent_id, timeout_seconds=30) | talent_training_market | 获取指定智能体产出 | ✅ |
| 5 | wait_for_agents(wait_seconds=5) | talent_training_market | 等待子任务完成 | ✅ |
| 6 | continue_agent(agent_id, add_infos) | talent_training_market | 继续执行(补信息/继续/复用) | ✅ |
| 7 | signal_agent(agent_id, signal, recursion=False) | talent_training_market | 向下属发信号,可递归 | ✅ |
| 8 | ask_boss(task_key_target, question) | talent_training_market (Advisor) | 向老板/创建者提问获取指导 | ✅ |
| 9 | yellow_page_book() | talent_training_market (mail) | 查询所有智能体ID和任务信息 | ✅ |
| 10 | send_email(to_agent_id, subject, body) | talent_training_market (mail) | 向其他智能体发邮件 | ✅ |
| 11 | check_inbox_email() | talent_training_market (mail) | 检查收件箱 | ✅ |
| 12 | shared_blackboard(action, content, task_key_target) | talent_training_market (shared) | 共识记录面板 | ✅ |
| 13 | shared_blackboard(action, content, task_key_target) | data_descriptor/resolver_agent | 旧版共享面板 | ❌ |
| # | Signature | 来源 | 摘要 | 加载 |
| 14 | get_price_real(symbol) | Fastmcp price_real | 腾讯实时行情 | ✅ |
| 15 | get_price_history_20_day(symbol) | Fastmcp price_real | 最近20天OHLCV | ✅ |
| 16 | get_stock_margin_info(symbol) | Fastmcp price_real | 融资融券信息 | ✅ |
| 17 | get_price_local(symbol, date) | Fastmcp price_local | 本地历史OHLCV | ✅ |
| 18 | get_price_history_20_day(symbol) | Fastmcp price_local | 本地历史20天 | ✅ |
| 19 | get_stock_margin_info(symbol) | Fastmcp price_local | 本地融资融券 | ✅ |
| 20 | get_market_news_cn(symbol) | Fastmcp search | 东方财富网个股新闻 | ✅ |
| 21 | get_market_news(query, tickers, topics) | agent_tools/alphavantage | Alpha Vantage新闻 | ❌ |
| 22 | get_information(query) | agent_tools/jina_search | Jina全网搜索抓取 | ❌ |
| 23 | search_news(Query, Site, FromDate, ToTime) | data_descriptor/web_search | 网络新闻搜索 | ❌ |
| 24 | list_virtual_traders() | bigweb/asking_decision | 虚拟交易员签名列表 | ✅ |
| 25 | get_virtual_trader_snapshot(trader_signature) | bigweb/asking_decision | 交易员调仓快照 | ✅ |
| 26 | get_trader_reback_self(trader_name) | group/last_decision | 交易员自我复盘日志 | ❌ |
| 27 | get_trader_position(trader_name) | group/last_decision | 交易员当日持仓 | ❌ |
| 28 | get_trader_summary_report(trader_name) | group/last_decision | 交易员复盘总结 | ❌ |
| 29 | get_final_trader_position() | group/fd_local_tools | 获取最终交易员持仓 | ❌ |
| 30 | peer_views(look:str) | bigweb/asking_decision | 查看同行会话观点 | ✅ |
| 31 | consult_peer_session(ask:str, id:str) | bigweb/asking_decision | 向同行会话发起交流 | ✅ |
| 32 | select_peer_session(session_id) | bigweb/asking_decision (内) | LLM推荐辅助 | ✅ |
| 33 | describe(path) | data_descriptor/coding_data_agent | 读取目录description.txt | ❌ |
| 34 | data_sample(path) | data_descriptor/coding_data_agent | 数据采样 | ❌ |
| 35 | data_sample(path) | data_descriptor/resolver_agent | 数据采样 | ❌ |
| 36 | data_sample(path) | data_descriptor/descript_agent | 数据采样 | ❌ |
| 37 | ls(path) | data_descriptor/resolver_agent | 列出目录文件/文件夹 | ❌ |
| # | Signature | 来源 | 摘要 | 加载 |
| 38 | save_final_decision_report(report) | bigweb/asking_decision | 保存最终决策报告md | ✅ |
| 39 | modify_business_card(target, role) | bigweb/asking_decision | 修改名片 | ✅ |
| 40 | save_final_decision_report(report) | group/last_decision | 旧版保存报告txt | ❌ |
| 41 | save_final_decision_report(report) | group/asking_decision | CLI版保存报告md | ❌ |
| 42 | save_final_trader(symbol, action, quantity, price) | group/fd_local_tools | 执行最终交易+更新持仓 | ❌ |
| 43 | get_result_with_bank_name(bank_name) | data_descriptor/web_search | 查询已保存搜索结果 | ❌ |
| 44 | save_result(bank_name, title, summary, url) | data_descriptor/web_search | 保存搜索结果CSV | ❌ |
| 45 | save_result(bank_name, scene, description, ...) | data_descriptor/web_search | 保存搜索画像CSV | ❌ |
| 46 | save_result(result, derivation_process) | data_descriptor/resolver_agent | 保存推理结果txt | ❌ |
| 47 | save_result(check_result, descript) | data_descriptor/resolver_checker | 保存检查结果 | ❌ |
| 48 | save_description(path, description) | data_descriptor/resolver_agent | 保存描述信息 | ❌ |
| 49 | buy(symbol, amount) | Fastmcp trade | 模拟买入(被del) | ❌ |
| 50 | sell(symbol, amount) | Fastmcp trade | 模拟卖出(被del) | ❌ |
| 51 | day_over(signature, today_date) | Fastmcp trade | 日终处理(被del) | ❌ |
| 52 | day_start(signature, today_date) | Fastmcp trade | 日初处理(被del) | ❌ |
| # | Signature | 来源 | 摘要 | 加载 |
| 53 | add(a,b) | Fastmcp math | 两数相加 | ✅ |
| 54 | multiply(a,b) | Fastmcp math | 两数相乘 | ✅ |
| 55 | add(a,b) | data_descriptor/resolver_agent | 加法 | ❌ |
| 56 | subtract(a,b) | data_descriptor/resolver_agent | 减法 | ❌ |
| 57 | multiply(a,b) | data_descriptor/resolver_agent | 乘法 | ❌ |
| 58 | divide(a,b) | data_descriptor/resolver_agent | 除法 | ❌ |
| 59 | power(base, exponent) | data_descriptor/resolver_agent | 乘方 | ❌ |
| 60 | distance(x1, y1, x2, y2) | data_descriptor/resolver_agent | 二维欧几里得距离 | ❌ |
| 61 | floor(value) | data_descriptor/resolver_agent | 下限取整 | ❌ |
| 62 | ceil(value) | data_descriptor/resolver_agent | 上限取整 | ❌ |
| 63 | modulus(a, b) | data_descriptor/resolver_agent | 取模 | ❌ |
| 64 | tool_calculator(expression_line) | agent_tools/local/caculator | 安全计算单行表达式 | ❌ |
| 65 | tool_iterative_solve(task_description) | agent_tools/local/caculator | 迭代求解 | ❌ |
| 66 | tool_math_sandbox(code, inputs_json) | agent_tools/local/caculator | 受限Python沙箱 | ❌ |
| 67 | is_git_ignored(path) | agent_tools/local/git | 判断文件git忽略 | ❌ |
| 68 | signature_python_module(python_file) | data_descriptor/resolver_agent | Python模块签名提取 | ❌ |
| 69 | get_python_includes(python_file) | data_descriptor/resolver_agent | 提取import列表 | ❌ |
| 70 | get_python_object_code(python_file, object_name) | data_descriptor/resolver_agent | 获取函数/类源码定义 | ❌ |