docs: fixed some typos in the wiki
+3
-3
@@ -15,7 +15,7 @@ Coyote comes ready to use with built-in agents, roles, macros, and tools, so you
|
||||
from scratch. When you want to extend it, entire bundles of agents, roles, macros, tools, MCP servers, and other configurations
|
||||
can be installed directly from any Git repository.
|
||||
|
||||
See [Bundles](https://github.com/Dark-Alex-17/coyote/wiki/Bundles) to learn how to create, install,
|
||||
See [Bundles](Bundles) to learn how to create, install,
|
||||
and share Coyote bundles.
|
||||
|
||||

|
||||
@@ -52,8 +52,8 @@ Coming from [AIChat](https://github.com/sigoden/aichat)? Follow the [migration g
|
||||
* [Skills](Skills): Modular knowledge or capability packs the LLM can load and unload mid-conversation. Multiple skills compose; instructions stack, tools and MCPs union.
|
||||
* [Agents](Agents): Leverage AI agents to perform complex tasks and workflows, including sub-agent spawning, teammate messaging, and user interaction tools.
|
||||
* [Graph Agents](Graph-Agents): Define an agent as a declarative, YAML-driven workflow. A directed graph of typed nodes (LLM calls, scripts, approvals, user input, RAG retrieval, sub-agent spawns).
|
||||
* [Background Jobs](Background-Jobs): Run long tool calls (builds, test suites, slow MCP calls) in the background with the `job__*` tools while the model keeps working; completion arrives as a push notification.
|
||||
* [Todo System](TODO-System): Built-in task tracking for improved agent reliability with smaller models.
|
||||
* [Background Jobs](Background-Jobs): Run long tool calls (builds, test suites, slow MCP calls) in the background with the `job__*` tools while the model keeps working, and completion arrives as a push notification.
|
||||
* [Todo System](TODO-System): Built-in task tracking for improved LLM reliability with smaller models.
|
||||
* [Environment Variables](Environment-Variables): Override and customize your Coyote configuration at runtime with environment variables.
|
||||
* [Client Configurations](Clients): Configuration instructions for various LLM providers.
|
||||
* [Authentication (API Key & OAuth)](Clients#authentication): Authenticate with API keys or OAuth for subscription-based access.
|
||||
|
||||
Reference in New Issue
Block a user