Instructions file
Instructions for choria-io/fisk-ai, covering project overview, things not to do, ever, testing, working protocol and library shape.
Instructions file
Instructions for choria-io/fisk-ai, covering project overview, things not to do, ever, testing, working protocol and library shape.
Agent
+++ title = "Agents" description = "Create LLM agents from Fisk CLI applications" toc = true weight = 10 pre = " 1. " +++.
Agent
+++ title = "Basic agent" description = "build a working agent from a CLI tool and run it" toc = true weight = 10 +++.
Agent
+++ title = "Human in the loop" description = "let the model ask the operator a question and wait for the answer" toc = true weight = 60 +++.
Agent
+++ title = "Local LLMs" description = "point fisk at an Anthropic-compatible endpoint you host" toc = true weight = 90 +++.
Agent
+++ title = "MCP client" description = "import tools from third-party MCP servers into a run" toc = true weight = 55 +++.
Agent
+++ title = "Memory" description = "a key/value store the model keeps across runs" toc = true weight = 70 +++.
Agent
+++ title = "Model settings" description = "which model runs the agent, what a run may spend, and whether it reasons" toc = true weight = 20 +++.
Agent
+++ title = "Remote agents" description = "point a terminal at an agent somebody else is running" toc = true weight = 50 +++.
Agent
+++ title = "Safety" description = "how commands are run and what a tool can reach" toc = true weight = 80 +++.
Agent
+++ title = "Session snapshots" description = "journaling, continuing a conversation, and where sessions are stored" toc = true weight = 40 +++.
Agent
+++ title = "Tool selection" description = "which commands become tools, and the tags fisk interprets" toc = true weight = 30 +++.