Skip to content

Commit 40324a6

Browse files
Skobeltsynclaude
andcommitted
docs: link new topical guides from README Documentation section
Added pointers to the docs that landed in tonight's batches: - internals-agent.md (shipped earlier this week — was missing from list) - threat-model.md (#1904) - production-hardening.md + regulated-deployment.md (#1919) - comparison.md (#1906) - interceptors.md (#1907 design draft — clearly tagged as not-yet-implemented) No content changes; pure index update so readers can find the new material from the canonical entry point. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5298781 commit 40324a6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ Topical guides:
185185
- [**Agent Memory**](docs/memory.md)`memory(MemoryBank())`, the three auto-injected tools, sharing memory across agents.
186186
- [**Guided Generation**](docs/generation.md)`@Generable`, `@Guide`, `@LlmDescription`, JSON-Schema generation, lenient deserializer, `PartiallyGenerated<T>`.
187187
- [**Composition Operators**](docs/composition.md)`then`, `/`, `*`, `forum`, `.loop {}`, `.branch {}`, single-placement rule, type algebra.
188+
- [**InternalsAgent**](docs/internals-agent.md) — query agents-kt internals from your IDE via MCP (Cursor / Claude Desktop).
189+
- [**Threat Model**](docs/threat-model.md) — five deployment scenarios + anti-patterns; self-classify your use case in 5 min.
190+
- [**Production Hardening**](docs/production-hardening.md) — actionable checklist for "before going live."
191+
- [**Regulated Deployment**](docs/regulated-deployment.md) — capability inventory, action log, decision points; EU AI Act mapping.
192+
- [**Comparison**](docs/comparison.md) — Agents.KT vs LangChain / Semantic Kernel / AutoGen / raw MCP.
193+
- [**Interceptors (design draft)**](docs/interceptors.md)`onBefore*` family + `Decision` sealed type; not yet implemented (#1907).
188194
- [**Roadmap**](docs/roadmap.md) — full Phase 1–4 feature plan.
189195

190196
---

0 commit comments

Comments
 (0)