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
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.
- To look up a specific concept or wikilink (e.g.,
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.