- 工作区内部路径 .agents/ -> .astrion/ - 默认运行态数据根 ~/.agents/agents/ -> ~/.astrion/astrion/ - 环境变量 AGENTS_DATA_ROOT -> ASTRION_DATA_ROOT(无兼容) - 同步更新代码、测试、文档与脚本中的路径引用 - 新增 .gitignore 忽略 .astrion/ 与 .agents/ 运行态目录 |
||
|---|---|---|
| .. | ||
| __pycache__ | ||
| api_client | ||
| context_manager | ||
| conversation_manager | ||
| tool_result_formatter | ||
| __init__.py | ||
| api_client.py | ||
| host_workspace_debug.py | ||
| log_rotation.py | ||
| logger.py | ||
| media_store.py | ||
| perf_log.py | ||
| terminal_factory.py | ||
| token_usage.py | ||
| tool_result_formatter.py | ||