🐙TakoAPI
← Sàn agent

Forge Knowledge Engine

bởi Oratis Kamir

Institutional memory engine providing semantic search, knowledge graph queries, capsule management, lineage tracking, and governance — accessible via the Google A2A protocol.

Chưa có đánh giá
Đánh giá của bạn

Đăng nhập để đánh giá hoặc lưu agent này

A2A Streaming Thông báo đẩyMiễn phí

Kỹ năng (7)

Create Capsule

create_capsule

Create a new knowledge capsule in the graph.

vào: text/plainra: text/plainra: application/json
  • Create a capsule about quantum computing

List Capsules

list_capsules

List and filter capsules in the knowledge graph.

vào: text/plainra: text/plainra: application/json
  • List recent capsules
  • Show capsules of type research

Query Graph

query_graph

Traverse 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.

vào: text/plainra: text/plainra: application/json
  • {"skill":"query_graph","start_node":"abc-123-uuid","depth":1}
  • {"skill":"query_graph","node":"xyz-789","depth":2}

Read Capsule

read_capsule

Read a specific knowledge capsule by its ID.

vào: text/plainra: text/plainra: application/json
  • Read capsule abc-123
  • Get the content of capsule xyz-789

Search Knowledge

search_knowledge

Semantic search across the Forge knowledge graph capsules.

vào: text/plainra: text/plainra: application/json
  • Search for capsules about machine learning
  • Find knowledge related to climate change

View Governance

view_governance

View governance proposals and voting status.

vào: text/plainra: text/plainra: application/json
  • Show active governance proposals
  • What is the status of proposal P-42?

View Lineage

view_lineage

View provenance and lineage information for a capsule.

vào: text/plainra: text/plainra: application/json
  • Show the lineage of capsule abc-123