Skip to content

v1.0.0

Latest

Choose a tag to compare

@HelgeSverre HelgeSverre released this 27 Dec 05:09
· 9 commits to main since this release

Pagent v1.0.0

Initial stable release of Pagent - a PHP 8.3+ library for LLM interaction with a Pest-inspired fluent API.

Features

  • Multi-provider support (Anthropic, OpenAI, Ollama)
  • Fluent agent builder API
  • Tool/function calling support
  • MCP (Model Context Protocol) integration
  • Structured data extraction
  • Mock provider for testing
  • PHPStan level 9 compliance

Providers

  • Anthropic Claude (claude-sonnet-4-20250514, etc.)
  • OpenAI GPT (gpt-4o, gpt-4o-mini, etc.)
  • Ollama (local models)
  • Mock provider for testing