diff --git a/README.md b/README.md index e527184..02c46b2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Build autonomous, hook-driven agents for WordPress — automate tasks and add LL - **Providers:** Define and manage LLM providers (e.g., OpenAI, Anthropic) through a unified API for completions and structured outputs. - **Tools:** Register callable functions that agents can dynamically execute during reasoning or task completion. +- **REST API:** Add REST API endpoints to enable external chat and interaction with agents. - **Input:** Capture and preprocess data from actions and filters to generate structured prompts for LLMs. - **Agents:** Create modular agents that interact with WordPress using a consistent architecture. - **Tests:** Basic Pest testing structure in place — full coverage and assertions to be implemented. @@ -69,7 +70,6 @@ https://github.com/santerref/wp-agents-demo ## Roadmap - **Workflows:** Introduce workflows to connect and orchestrate multiple agents for complex, multi-step tasks. -- **REST API:** Add REST API endpoints to enable external chat and interaction with agents. - **Memory:** Implement persistent memory to maintain context across conversations and enable long-running sessions. - **Tests:** Expand and complete Pest test coverage for agents, tools, and provider logic. - **Providers:** Add more LLM providers and improve compatibility with third-party APIs.