Add agents package with Flue

This commit is contained in:
-Puter
2026-07-19 03:24:40 +05:30
parent 8033a8edb0
commit dd1071cc10
75 changed files with 9205 additions and 51 deletions

View 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.',
}));