Forge Knowledge Engine
by Oratis Kamir
Institutional memory engine providing semantic search, knowledge graph queries, capsule management, lineage tracking, and governance — accessible via the Google A2A protocol.
Skills (7)
Create Capsule
create_capsuleCreate a new knowledge capsule in the graph.
- “Create a capsule about quantum computing”
List Capsules
list_capsulesList and filter capsules in the knowledge graph.
- “List recent capsules”
- “Show capsules of type research”
Query Graph
query_graphTraverse the knowledge graph from a given capsule. Accepts a ``start_node`` (alias: ``node``) at the data-part level — NOT nested under ``params``. Optional ``depth`` (1-3, default 1) controls traversal hops. Example data part: ``{"skill":"query_graph","start_node":"<capsule-uuid>","depth":1}``. For natural-language queries use the ``POST /graph/query`` endpoint instead; this skill is for deterministic UUID-anchored traversal.
- “{"skill":"query_graph","start_node":"abc-123-uuid","depth":1}”
- “{"skill":"query_graph","node":"xyz-789","depth":2}”
Read Capsule
read_capsuleRead a specific knowledge capsule by its ID.
- “Read capsule abc-123”
- “Get the content of capsule xyz-789”
Search Knowledge
search_knowledgeSemantic search across the Forge knowledge graph capsules.
- “Search for capsules about machine learning”
- “Find knowledge related to climate change”
View Governance
view_governanceView governance proposals and voting status.
- “Show active governance proposals”
- “What is the status of proposal P-42?”
View Lineage
view_lineageView provenance and lineage information for a capsule.
- “Show the lineage of capsule abc-123”