waaseyaa / ai-agent
AI agent orchestration and tool execution for Waaseyaa
v0.1.0-alpha.7
2026-03-15 03:16 UTC
Requires
- php: >=8.3
- waaseyaa/access: ^0.1
- waaseyaa/ai-schema: ^0.1
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-03-15 16:00:47 UTC
README
Layer 5 — AI
AI agent orchestration for Waaseyaa applications.
Provides the agent runner that chains tool calls, manages conversation context, and integrates with the AI pipeline. Depends on waaseyaa/ai-schema for structured input/output schemas.
Key classes: AgentExecutor, AgentInterface, AgentContext.