-
Notifications
You must be signed in to change notification settings - Fork 1
Agent Deep Researcher
Oak Dev-inter edited this page Apr 23, 2026
·
1 revision
Gather evidence from trusted sources, cache it, and return a findings digest. Never writes production code.
- Need version-matched docs for a library / API / framework question
- Competitor or alternative library comparison
- Codebase survey before a design decision
- Migration planning needs "what changed between v9 and v10"
- Agent-Architect-Planner flagged an OPEN QUESTION that requires external evidence
- Applies trust hierarchy: project source β official docs (pinned version) β latest docs β framework source at release tag β changelogs β (keyword hints only) SO/blogs
- Cross-checks every load-bearing claim against β₯2 sources
- Flags version mismatches aggressively ("works in v10" β "works in v8")
- Caches findings to
.kasidit/knowledge/<stack>-<version>-<topic>.mdwith source URL + fetched-at date - Returns 5β10 bullet digest, each tagged with confidence + source URL
- Synthesize version-specific syntax from model memory (assumed wrong until doc-verified)
- Emit claims without a source URL
- Write final production code β hands off to Agent-Architect-Planner or main
- Stop at one source for load-bearing claims
- Question: scoped, answerable ("how does Laravel 8 handle X")
- Constraints: version pins, license, perf, ecosystem fit
- Decision the research supports (keeps scope tight)
QUESTION / VERSION CONTEXT / FINDINGS (confidence + URL + fetched-at) /
CONTRADICTIONS (+ resolution) / CACHED TO / HANDOFF
Cache path: .kasidit/knowledge/<stack>-<version>-<topic>.md
Sonnet default. WebFetch + WebSearch tools required.
- β "Based on my training data..." for version-specific APIs
- β Single-source claim flagged
[high] - β Stack Overflow cited as primary source
- β Writing the fix instead of handing off
Introduced in v0.9.1.
Repo β’ Discussions β’ Issues β’ Changelog β’ Security β’ Contributing β’ MIT β’ Β© Kasidit Wansudon
Kasidit
Core
- Commands
- Kasi-Mode π₯ v0.10
- Backend-Hooks π₯ v0.10
- Model Tiers
- Gravity Pattern
- Multi-Agent-Orchestration
- Claude Design Integration
- UI Override Mode
- FAQ
Version History
- Version History β overview
- v0.13.0 β thClaws (Consolidated) π¦
- v0.12.0 β thClaws Runtime Support π¦
- v0.11.0 β Backend + Bridge + Runbook π
- v0.10.0 β Mode + Backend Hooks
- v0.9.2 β Gravity
- v0.9.1 β Master Orchestrator
- v0.9.0 β Claude Design
- v0.8.0 β Tier Cascade
- v0.7.4 β SWE-bench
- v0.3.0 β Tier adaptation
- v0.2.1 β Docs protocol
- v0.2.0 β UI Override
- v0.1.0 β Core
Concepts
Commands
- Kasi-Init
- Kasi-Review
- Kasi-Security
- Kasi-Fix
- Kasi-Ui
- Kasi-Cascade
- Kasi-Multi
- Kasi-Scaffold
- Kasi-Docs
- Kasi-Status
- Kasi-Promote
- Kasi-Pull
- Kasi-Sync
- Kasi-Search
- Kasi-Wiki-Sync
Agents
- Agent-Architect-Planner
- Agent-Audit-Specialist π₯ v0.10
- Agent-Bug-Hunter
- Agent-Deep-Researcher
- Agent-Legacy-Specialist
- Agent-Migration-Specialist
- Agent-Refactor-Surgeon
- Agent-Test-Writer
Deprecated v0.10 (stubs β audit-specialist --focus=..., removed in v0.11)
-
Agent-Code-Reviewer β
--focus=quality -
Agent-Security-Auditor β
--focus=security -
Agent-Perf-Profiler β
--focus=perf