Agora

Access the Agora Knowledge Commons to search for concepts, resolve [[wikilinks]], and explore the distributed knowledge graph. Use this when the user asks about "the Agora", mentions a [[wikilink]], or wants to search for knowledge in the commons. Use when this capability is needed.

tomevault-io Updated

File contents

Agora Skill

This skill allows you to interact with the Agora, a distributed knowledge graph.

Usage

Use the provided python script scripts/agora.py to perform actions.

Commands

  1. Resolve a Node:

    • To look up a specific concept or wikilink (e.g., [[Love]] or just "Love" if context implies a node).
    • Command: python3 scripts/agora.py resolve "[[Node Name]]"
    • Result: Returns the canonical URL and, if available, a synthesis or summary of the node.
  2. Search:

    • To search for a broad topic.
    • Command: python3 scripts/agora.py search "query string"
    • Result: Returns a list of matching nodes and their URLs.

Configuration

The script defaults to using https://anagora.org as the Agora instance. You can override this by setting the AGORA_URL environment variable (e.g., to http://localhost:5017 for local development).


Source: flancian/agora — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/flancian--agora--agora commit f67876c3a6

Frequently asked questions

npx skillmds@latest add tomevault-io/agora