From f46b7e639c32a71f02e9283d5a93907b8a1200b9 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sat, 29 Aug 2026 13:13:23 -0600 Subject: [PATCH] docs: fixed some typos in the wiki --- Home.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 41462fe..92959b8 100644 --- a/Home.md +++ b/Home.md @@ -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. ![Agent example](./images/agents/sql.gif) @@ -51,9 +51,9 @@ Coming from [AIChat](https://github.com/sigoden/aichat)? Follow the [migration g * [Roles](Roles): Customize model behavior for specific tasks or domains. * [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. + * [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, 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.