Codex/shared context - #220
Closed
yysjasmine wants to merge 17 commits into
Closed
yysjasmine wants to merge 17 commits into
yysjasmine wants to merge 17 commits into
Conversation
feat: add benchmark-neutral EmbodiedAgent MCP entry point
Add OpenAI and Anthropic LLM module with usage tracking
Retry transient LLM requests and log provider failures
Add RoboDojo EmbodiedAgent evaluation bridge
Isolate RoboDojo compiler caches per parallel worker
Measure and improve RoboDojo prompt caching
…ation Improve RoboDojo multimodal cache reuse and qualify full runs
Report image policy errors without a text-only model hint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
统一 RPent 的初始上下文组装入口,为不同 planner 和后续自建 agent runtime 提供可复用的上下文结构。
本次覆盖初始上下文组装,不包含自动检索、逐轮压缩或新 runtime。
Testing
在 WSL Ubuntu、Python 3.11 隔离环境中验证:
全量单测使用 Linux 临时副本,避免 Windows CRLF 影响 shell 测试;本次改动文件与工作区一致。
Manual verification
Not needed。离线单测及本地 MCP 回环测试覆盖本次变更,包括 memory 分离、skill 读取失败、多模态内容传递、交互任务修改和会话交接。未运行真实模型服务、GPU、模拟器或实体机器人验证。
Checklist