The "Eve" framework from Vercel seems familiar... Based on markdown files.
It struck me as very similar. Just to let you know. Here is intro from the documentation:
"Introduction
How an eve agent is laid out as files, what runs when a message arrives, and the building blocks you add as it grows.
eve is a framework for building durable agents as ordinary files in a TypeScript project.
Instead of one large configuration object, each part of your agent gets a clear home. Instructions go in one file, tools in one folder, channels in another. eve discovers that structure and turns it into an agent that runs locally, serves HTTP, connects to other platforms, and keeps working across many turns."
and a sample structure:
my-agent/
โ”œโ”€โ”€ package.json
โ””โ”€โ”€ agent/
โ”œโ”€โ”€ agent.ts
โ”œโ”€โ”€ instructions.md
โ”œโ”€โ”€ tools/
โ”‚ โ””โ”€โ”€ get_weather.ts
โ”œโ”€โ”€ skills/
โ”‚ โ””โ”€โ”€ plan_a_trip.md
โ””โ”€โ”€ channels/
โ””โ”€โ”€ slack.ts
0
0 comments
Wojtek Gajewski
3
The "Eve" framework from Vercel seems familiar... Based on markdown files.
Clief Notes
skool.com/cliefnotes
What we give away free beats most paid courses. Build durable AI systems with a Marine vet and Edinburgh researcher. 40+ lessons, growing.
Leaderboard (30-day)
Powered by