Add agents package with Flue
This commit is contained in:
6
packages/agents/src/agents/hello-world.ts
Normal file
6
packages/agents/src/agents/hello-world.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineAgent } from '@flue/runtime';
|
||||
|
||||
export default defineAgent(() => ({
|
||||
model: 'anthropic/claude-sonnet-4-6',
|
||||
instructions: 'Give a concise, helpful hello-world response for this project.',
|
||||
}));
|
||||
Reference in New Issue
Block a user