| Deep Agents |
[reference/deepagents.md](reference/deepagents.md) |
Model selection, filesystem backend, disabling the general-purpose sub-agent, file permissions, long-term memory, long SKILL.md truncated by read_file 100-line default |
| Structured Output |
[reference/structured-output.md](reference/structured-output.md) |
Model-level method selection, createagent strategies, missing fields, unsupported toolchoice, provider-side 400 errors on forced schema tool selection |
| OpenAI-compatible Model Integration |
[reference/model-integration.md](reference/model-integration.md) |
Pitfalls when using ChatOpenAI against OpenAI-compatible providers, integrating Reasoning models (chain-of-thought / reasoning_content) |
| CN Model Integration |
[reference/cn-models/README.md](reference/cn-models/README.md) |
Generating LangChain integration classes for Chinese providers (DeepSeek, Qwen, GLM, Moonshot) |
| Middleware |
[reference/middleware.md](reference/middleware.md) |
Middleware execution order, stateschema merging, HITL resume values, modifying state from wrapmodel_call |
| Streaming Output |
[reference/streaming.md](reference/streaming.md) |
Choosing between stream_events and stream, distinguishing tokens from multiple LLMs, disabling streaming, custom progress events |
| Multi-Agent Orchestration |
[reference/multi-agent.md](reference/multi-agent.md) |
subagents vs handoffs, tool-per-agent vs dispatch, retrieving subagent state, trimming subagent boilerplate, quickly building handoff setups |
| Other Common Issues |
[reference/common-issues.md](reference/common-issues.md) |
High-frequency standalone issues that don't fit the categories above. Currently includes: tools returning data to both the model and the application layer, MCP tools unable to access runtime context, invalidtoolcalls, and dynamic system prompt placeholders |
| ContextSeek — Use Case Scenarios |
[reference/contextseek-middleware.md](reference/contextseek-middleware.md) |
Agent loses context across sessions, tool call auditing, cross-topic knowledge discovery (dream), SRE provenance / confidence tracing, enterprise knowledge cold-start (DataPlug) |
| ContextSeek — Parameter & Config Issues |
[reference/contextseek-params.md](reference/contextseek-params.md) |
scope isolation, autostore / recordtoolcalls write volume, autocompact throttling and shutdown, retrievaltags / minscore filtering, toolargoverrides, dream trigger conditions, dream item decay, evidencechain vs chainconfidence, DataPlug vs ctx.add(), plug() scope priority, auto_dream dual-gate triggering |