| Which model to choose / Deep Agent performing poorly | deepagents issue 1 |
| Filesystem backend / local files / file permissions | deepagents issues 2 / 4 |
| Disabling the default sub-agent / general-purpose | deepagents issue 3 |
| Long-term memory / store | deepagents issue 5 |
SKILL.md truncated / only first 100 lines read / read_file limit / progressive disclosure | deepagents issue 6 |
OpenAI-compatible model / ChatOpenAI not working | model-integration issue 1 |
Reasoning model / reasoning_content / chain-of-thought lost | model-integration issue 2 |
| Chinese model / CN provider / DeepSeek / Qwen / GLM / Moonshot | cn-models README |
langchain-cn-models (embedded) / generate integration class | cn-models README |
| Middleware order messed up / before/after counterintuitive | middleware issue 1 |
state_schema fields not merged / input/output control | middleware issue 2 |
interrupt resume value missing / HITL | middleware issue 3 |
Modifying state inside wrap_model_call has no effect | middleware issue 4 |
Choosing between astream_events and astream for streaming | streaming issue 1 |
| Distinguishing token sources across multiple LLMs | streaming issue 2 |
| Disabling streaming for a specific model | streaming issue 3 |
| Custom events from inside a tool not being emitted | streaming issue 4 |
| Multi-agent: subagents vs handoffs | multi-agent issue 1 |
| Single dispatch tool vs one tool per agent | multi-agent issue 2 |
interrupt can't see subagent state | multi-agent issue 3 |
| Too much subagent wrapper boilerplate | multi-agent issue 4 |
| Quickly building a handoff-based multi-agent setup | multi-agent issue 5 |
Tool returning data to both the model and the app layer / artifact / Command(update=...) | common-issues issue 1 |
with_structured_output returning None / missing fields | common-issues issue 2 |
with_structured_output / function_calling / tool_choice unsupported / deepseek-reasoner does not support this tool_choice | common-issues issue 3 |
MCP tool can't access user_id / store / state / API key | common-issues issue 4 |
invalid_tool_calls / tool never executes / malformed tool-call JSON | common-issues issue 5 |
Dynamic system prompt placeholders / format_prompt / Jinja2 prompt variables | common-issues issue 6 |
| Agent loses context across sessions — personal assistant or support bot | contextseek-middleware issue 1 |
| Multi-tool data-pipeline agent — auditing tool call decisions | contextseek-middleware issue 2 |
| Research agent accumulates raw notes — cross-topic pattern discovery | contextseek-middleware issue 3 |
| SRE incident postmortem agent — tracing knowledge confidence and conflicts | contextseek-middleware issue 4 |
| Enterprise knowledge migration — agent is retrieval-ready on day one | contextseek-middleware issue 5 |