PHPackages                             projectsaturnagents/good-buddy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. projectsaturnagents/good-buddy

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

projectsaturnagents/good-buddy
==============================

A Laravel package for creating AI Agents using local tools

0.3.0(10mo ago)013MITPHPPHP ^8.2

Since Jun 10Pushed 10mo agoCompare

[ Source](https://github.com/projectsaturnstudios/good-buddy)[ Packagist](https://packagist.org/packages/projectsaturnagents/good-buddy)[ RSS](/packages/projectsaturnagents-good-buddy/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

```
use  Agents\GoodBuddy\Agents\Sample\OpenWeatherChatBot;

// Initialize your agent
$agent = OpenWeatherChatBot::onConnection('anthropic')
    ->whereModel('claude-sonnet-4-20250514')
    ->whereSessionId('session-id-123')
    ->first();

// Set configurations that aren't already hardcoded (or overwrite them)
$agent = $agent->setMaxTokens($max_tokens)
    ->setTemperature($temperature)
    ->setMemoryStore($memory_store)
    ->with('system_instructions', $system_instructions)
    ->with('tools', $tools);

// Fire away
$agent->create([
    ['text' => $text]
    |['image' => $image]
    |['file' => $file]
]);
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance57

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~10 days

Total

3

Last Release

310d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2169021b88d520bd58d9a37f51fa55058af7adbf7362c8cade65b261d644874c?d=identicon)[projectsaturnstudios](/maintainers/projectsaturnstudios)

---

Top Contributors

[![projectsaturnstudios](https://avatars.githubusercontent.com/u/10563160?v=4)](https://github.com/projectsaturnstudios "projectsaturnstudios (5 commits)")

---

Tags

agentic-aiagentic-workflowagentseloquent-ormlaravelorm-for-agentsphp

### Embed Badge

![Health badge](/badges/projectsaturnagents-good-buddy/health.svg)

```
[![Health](https://phpackages.com/badges/projectsaturnagents-good-buddy/health.svg)](https://phpackages.com/packages/projectsaturnagents-good-buddy)
```

###  Alternatives

[t3docs/examples

This extension packages a number of code examples from the Core Documentation.

3120.2k](/packages/t3docs-examples)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
