TanGentleman / Augmenta

Automate RAG-powered workflows
MIT License
1 stars 0 forks source link

implement typeguard throughout classes #42

Open TanGentleman opened 4 months ago

TanGentleman commented 4 months ago

Should be able to put the @typechecked decorator above all the functions where I want to ensure well typed values at runtime. Should be easier to toggle off for performance than the current system too.