LLM Inference Capability
capability-declaration · v1.0.0 Capability to invoke a large language model for text generation. Required by all inference plugins.
inferencellmcapability
5 atoms across 4 types.
capability-declaration · v1.0.0 Capability to invoke a large language model for text generation. Required by all inference plugins.
capability-declaration · v1.0.0 Read files from the filesystem without write access. Required by any plugin that loads config or data files.
interface-contract · v1.0.0 Standard interface contract for LLM inference plugins in the Olympus runtime. Required methods: invoke, stream, count_tokens, supports_tools.
lifecycle-hook · v1.0.0 Fires when a new session or conversation begins. Plugins use this to load state, verify credentials, or inject context.
permission-scope · v1.0.0 Read-only access to GitHub repositories, issues, and PRs via the GitHub REST API