Private source context
Use the console when saved notes and documents should ground a task.
Knowledge hub
Private knowledge for AI agents is the source-backed memory layer for notes, documents, decisions, references, retrieval boundaries, citations, freshness rules, and reviewable recall.
Private knowledge for AI agents is the layer that decides what an assistant may remember, retrieve, cite, improve, and forget. It is different from a long prompt or a transcript dump: the knowledge vault should preserve selected source material, durable decisions, reviewed lessons, and retrieval boundaries that a user can inspect.
A useful private assistant can answer from its own trusted material, say when the material is missing, and leave a clear path for correction. The Knowledge hub explains how Coachix treats notes, documents, decisions, examples, memory receipts, and source labels as a working system rather than hidden model context.
The central rule is simple: memory earns trust only when the user can see what was saved, why it matched, and how to correct it. Retrieval should return a source path, a freshness signal, a scope boundary, and enough explanation to make a future answer better.
The best knowledge layer is boring in the right way: every stored item has a purpose, every recall path has evidence, and every risky use has a boundary.
| Layer | Agent question | Belongs in memory | Boundary |
|---|---|---|---|
| Source documents | What material may I quote, summarize, or rely on? | Policies, notes, docs, research packets, examples, transcripts with permission, and project records. | Label private, public, stale, draft, or untrusted sources before retrieval uses them. |
| Decisions | What did the user or team already decide? | Chosen architecture, rejected options, launch criteria, pricing rules, content standards, and review outcomes. | Keep the reason and date with each decision so old choices do not masquerade as current policy. |
| Preferences | How should future work adapt to this user or workspace? | Stable formatting, tone, workflow, privacy, tool, and handoff preferences that the user has confirmed. | Never save guesses about sensitive identity, health, finances, relationships, or credentials. |
| Skills and procedures | Which repeatable process should I run next time? | Research recipes, QA checklists, deployment gates, recovery steps, source-review rules, and task handoff patterns. | Save the procedure, not a vague memory that the assistant once succeeded. |
| Run traces | What happened in the last important run? | Inputs, selected sources, tool calls, warnings, reviewer edits, pass/fail checks, and final handoff notes. | Summarize traces before long-term storage and strip secrets or transient private clutter. |
| Forget rules | When should this stop influencing answers? | Expiration dates, revocation notes, tenant boundaries, source freshness windows, and archived project states. | A memory layer without deletion and scoping is not ready for private agent work. |
Use the console when saved notes and documents should ground a task.
Connect files, browser state, APIs, and services through explicit tool boundaries.
Turn good knowledge use into a repeatable workflow with checks.
Choose the model route that should read, reason, or review the material.
Most failed agent memory feels too magical from the outside. The assistant claims it remembers, but the user cannot tell which document was used, which preference was saved, whether a fact is stale, or how to correct a bad assumption. A private knowledge layer should make those details ordinary and inspectable.
The practical job is not to give the model more text. It is to decide what the agent is allowed to know, how that knowledge is labeled, how retrieval happens, and what evidence returns with the answer. For Coachix, the Knowledge hub is the operating layer between a blank chatbot and a private assistant that can use your material responsibly.
This is why private knowledge for AI agents belongs next to philosophy, MCP tools, skills, and model routing. Knowledge tells the assistant what context it may use. Philosophy tells it how to judge uncertainty. MCP tools tell it how to act. Skills tell it how to repeat the work. Model routing decides which system should read, draft, or review.
Start with source material that changes future output in a concrete way: product notes, operating rules, research summaries, customer language, coding conventions, release checklists, evaluation examples, and decisions that explain why a workflow changed. Each item should have an owner, a freshness expectation, and a reason it deserves recall.
Separate durable knowledge from working memory. A conversation can hold temporary details such as the current task, open tabs, pending files, or a draft structure. The long-term vault should keep facts and lessons that remain useful after the session ends. Mixing the two creates memory clutter and makes the assistant less predictable over time.
Treat corrections as first-class knowledge. When a user rejects an answer because the source was weak, the tone was wrong, or the tool boundary was unsafe, the correction is often more valuable than the original task. Save the reviewed lesson with the task type and the condition where it applies.
A good retrieval result is not just a hidden prompt injection into the model context. It should return the source title, the relevant passage or summary, the date or version, the confidence boundary, and the reason the result matched. When the user can inspect the retrieval path, they can improve the vault instead of arguing with the assistant.
Use different retrieval shapes for different questions. Exact lookup works for policies and price rules. Semantic search works for exploratory questions. Graph traversal works when the answer depends on relationships between people, projects, entities, decisions, and outcomes. Recent session state works when the user is still inside the same task.
The assistant should also know when not to retrieve. If a question asks for current public facts, the model may need fresh sources. If the request touches a private account, it may need permission. If the answer would change a file, send a message, spend money, or publish something, knowledge should prepare the decision, not silently authorize the action.
Private knowledge is a trust system. Every saved item should answer five questions: who owns it, where it came from, when it was last valid, what job it supports, and when it should be ignored. Without those answers, memory can become a quiet source of confident mistakes.
Plan for memory poisoning and stale context. Agents can absorb wrong instructions from compromised pages, messy documents, pasted chats, or old project notes. Keep ingestion reviewable, separate trusted sources from untrusted imports, and require stronger checks before retrieved memory influences high-stakes work.
The healthiest vault is editable by humans. Users should be able to add a source, rename it, mark it stale, delete it, or save a correction after a run. That turns memory into a living workspace rather than a black box attached to a model.
The assistant should be able to show which saved source shaped a claim. If the answer cannot name a source, it should say it is reasoning generally or ask for the missing material.
Attach a freshness expectation to volatile facts such as model pricing, product limits, policies, rankings, or deployment state. Old knowledge should trigger a recheck rather than flow into the answer unchanged.
Private knowledge should remain scoped by user, workspace, tenant, project, and task. A useful recall from one context can be a privacy failure in another.
Separate owned notes, official docs, third-party pages, community reports, generated drafts, and untrusted imports. The model should not treat all retrieved text as equally authoritative.
When a user fixes the answer, save the lesson only after the correction is clear. Good memory turns feedback into a narrow rule, example, or source update.
Retrieved knowledge can inform a plan, but it should not automatically grant permission to send, delete, deploy, purchase, change settings, or expose private data.
Private knowledge for AI agents is the source and memory layer an assistant can search when it needs trusted context from your workspace. It includes selected documents, decisions, examples, preferences, procedures, and reviewed lessons rather than every raw chat transcript.
RAG is one retrieval pattern, usually built around chunking and semantic search. Agent knowledge often needs more: source labels, graph relationships, session memory, long-term lessons, permissions, freshness rules, and a way for humans to correct or forget what was saved.
Remember durable decisions, useful source summaries, accepted examples, failed assumptions, tool-boundary lessons, and stable user preferences. Do not remember secrets, temporary emotion, unsupported claims, or private material that belongs only to the current session.
Label source trust, keep ingestion reviewable, require citations for important claims, set freshness windows, and give users edit/delete controls. Treat memory updates as product changes when they affect repeated workflows.
Coachix gives the private assistant one workspace for knowledge, philosophy, MCP tools, skills, model routes, and review traces. The Knowledge hub defines what the assistant may know before tools and autonomy enter the workflow.
OpenAI agent guide: Agent foundations, tools, instructions, guardrails, evals, and human intervention.
Cognee memory docs: A reference architecture for connected AI memory with remember, recall, improve, and forget operations.
Google ADK memory: Session, state, and long-term memory concepts for agent context across conversations.
Neo4j Agent Memory: Graph-native memory patterns for conversations, long-term facts, entities, and reasoning traces.
Pair this page with the console, source context, tools, skills, and model routes when a private assistant needs to move from reading to action.
Open Console to apply the workflow / MCP Tool Access / Agent skills for repeatable work / Latest LLM routes for model choice / Thinking patterns for agent builders