# save the YAML below as app.yaml in a new folder
digitorn install ./knowledge-base-agentThis is a local install: the folder you create is the source. No Hub package to publish first.
Click each one for the credential setup command, scope guidance, and provider details.
1schema_version: 223app:4 app_id: knowledge-base-agent5 name: "Knowledge base agent"6 version: "1.0.0"7 category: "ai"89modules:10 rag: {}1112runtime:13 mode: conversation14 entry_agent: helper1516agents:17 - id: helper18 modules: [{rag: [query]}]19 brain:20 provider: anthropic21 model: claude-haiku-4-522 credential: { ref: anthropic_main, scope: per_user, provider: anthropic }23 system_prompt: |24 Answer using the rag.query tool against the app's knowledge base.25 Always cite the source. If nothing relevant comes back, say so26 plainly instead of guessing.Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.