Skip to content

Ignore local runtime artifacts and fix large tool result handling#43

Open
AminMahpour wants to merge 2 commits into
masterfrom
dev/large-tool-results-read-file-access
Open

Ignore local runtime artifacts and fix large tool result handling#43
AminMahpour wants to merge 2 commits into
masterfrom
dev/large-tool-results-read-file-access

Conversation

@AminMahpour

Copy link
Copy Markdown
Owner

Summary

  • Ignore .langgraph_api/, .pytest_cache/, and .playwright-mcp/ in git
  • Stop tracking the generated .langgraph_api/* checkpoint and store files
  • Route DeepAgents large tool results into the project-local artifact backend and materialize stale state-backed results for read_file

Testing

  • uv run pytest -q passed
  • Added regression coverage for artifact routing, workspace path mapping, and state-backed large tool result materialization

@AminMahpour AminMahpour marked this pull request as ready for review May 25, 2026 21:46

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 80ddaa147a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread deepagent.toml
recursion_limit = 200
skills = ["skills"]
mcp_servers = ["repo"]
mcp_servers = [ "playwright"]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep default agent bound to repo MCP server

Switching [agent].mcp_servers to "playwright" while the repo server block is commented out removes the default repo_* tool surface that this project’s documented flows rely on (for example /repo-readme and the repo-researcher path), so a fresh checkout now loses core repository tooling unless users manually reconfigure deepagent.toml. Keep repo enabled by default (or migrate all dependent flows/docs in the same change) to avoid a runtime regression in the default setup.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant