consciousness/poc-agent/src
ProofOfConcept f086815eaa memory: add temperature support to agent defs, update reflect prompt
Thread temperature parameter from agent def header through the API
call chain. Agents can now specify {"temperature": 1.2} in their
JSON header to override the default 0.6.

Also includes Kent's reflect agent prompt iterations.
2026-03-24 20:29:17 -04:00
..
api memory: add temperature support to agent defs, update reflect prompt 2026-03-24 20:29:17 -04:00
tools refactor: typed args for grep, bash, and vision tools 2026-03-21 16:31:34 -04:00
agent.rs refactor: extract context window building into context.rs 2026-03-21 15:59:15 -04:00
cli.rs feat: add --block flag to poc-agent read 2026-03-21 23:39:12 -04:00
config.rs poc-agent: read context_groups from config instead of hardcoded list 2026-03-24 01:53:28 -04:00
context.rs refactor: extract context window building into context.rs 2026-03-21 15:59:15 -04:00
dmn.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
identity.rs poc-agent: read context_groups from config instead of hardcoded list 2026-03-24 01:53:28 -04:00
journal.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
lib.rs Add lib target to poc-agent, make poc-memory depend on it 2026-03-18 22:56:48 -04:00
log.rs cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00
main.rs poc-agent: read context_groups from config instead of hardcoded list 2026-03-24 01:53:28 -04:00
observe.rs fix: improve blocking read end-of-response detection 2026-03-21 23:40:48 -04:00
parsing.rs refactor: extract tool call parsing into parsing.rs 2026-03-21 15:29:45 -04:00
tui.rs ui: two-column layout for conversation pane with marker gutter 2026-03-21 19:15:13 -04:00
types.rs refactor: move ContextState and ContextBudget to types.rs 2026-03-21 15:40:36 -04:00
ui_channel.rs cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00