Skip to content

feat(agent): Add local/ACP runtime mode support#986

Draft
srtab wants to merge 1 commit intomainfrom
feat/acp-local-mode
Draft

feat(agent): Add local/ACP runtime mode support#986
srtab wants to merge 1 commit intomainfrom
feat/acp-local-mode

Conversation

@srtab
Copy link
Copy Markdown
Owner

@srtab srtab commented Mar 27, 2026

Introduce LocalRuntimeCtx for running the agent on a local filesystem path without a remote git platform. Broaden type annotations from RuntimeCtx to AgentCtx (union) across graph, middlewares, and subagents. Conditionally skip git/platform-specific middlewares and prompt sections in local mode. Decouple web_fetch cache and repo_config from top-level Django imports to support non-Django contexts. Simplify AGENTS.md.

Introduce LocalRuntimeCtx for running the agent on a local filesystem
path without a remote git platform. Broaden type annotations from
RuntimeCtx to AgentCtx (union) across graph, middlewares, and subagents.
Conditionally skip git/platform-specific middlewares and prompt sections
in local mode. Decouple web_fetch cache and repo_config from top-level
Django imports to support non-Django contexts. Simplify AGENTS.md.
@srtab srtab self-assigned this Mar 27, 2026
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