Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions hands/wiki/HAND.toml
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@ Re-ingesting the same source: OVERWRITE the source summary page with fresh extra
memory_read = ["*"]
memory_write = ["self.*"]
shell = ["*"]

[agents.analyst]
name = "analyst"
description = "Query answering agent — synthesizes answers from wiki pages with wikilink citations, confidence tracking, and gap identification."
module = "builtin:chat"
Expand Down
Loading