Skip to content

projectsaturnstudios/good-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]
]);

About

A Laravel package for creating AI Agents using local tools? 10-4, Good Buddy!

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages