Code‑less solution for fast‑agent with Agentfile #221
Replies: 3 comments 5 replies
-
I like the look of this... what would be involved in adding the ability to make assertions during the workflow (to do simple content testing OR looking at configured tools etc?) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This is an awesome project @yeahdongcn! And I have been working on a similar idea. I created this feature request to load in tiny agents defined in the huggingface hub #199. I haven't got around to implementing it but it would be a good start to introduce agent loading as a fast-agent native feature. In the future I think it would be great if we could agree upon a standard DSL for defining agents like the one you introduce in agentman. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’ve created a small project called agentman (see: https://github.com/yeahdongcn/agentman). It introduces an Agentfile — a Dockerfile‑like, declarative syntax to define and configure agents for use with https://github.com/faastore/fast-agent.
With Agentfile, you can specify models, prompts, chains, tools, and workflows in a single, human‑readable file—no Python coding required.
I’d love for anyone interested to give it a try and share feedback: usability, syntax suggestions, feature requests, or general comments.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions