Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down