sagentic-ai / sagentic-af

😎 Sagentic.ai Agent Framework - Sagentic.ai is a unified platform for building, running and scaling autonomous agents.
https://sagentic.ai
MIT License
66 stars 5 forks source link

Fix templates #21

Closed xiv-bazed-ai closed 8 months ago

xiv-bazed-ai commented 8 months ago

Tool and agent templates were using templating syntax in a wrong way resulting in broken syntax in generated files. The project template was also missing zod dependency.

I've adjusted the templates and added zod to project template package.json.