Show HN: Dynamic Pydantic – Create Pydantic Models Using AI
github.comA couple of months ago, I was able to replicate expand.ai's (YC S24) auto schema generation tool [1] over a weekend.
I've turned it into an open-source tool [2], combining Instructor and Pydantic to dynamically create models in runtime.
If AI agents want to become truly autonomous, they will need to be able to generate and validate code, tools and databases on the go.
Please let me know what you think! Looking for feedback on expanding this for agent-to-agent creation.
[1] https://expand.ai [2] https://github.com/lukafilipxvic/dynamic-pydantic
No comments yet.