This repository was archived by the owner on Mar 20, 2026. It is now read-only.
v3.0.0
Added IHttpLlmFunction.validate() function with JSON schema based runtime validator.
It is because developing agentica, I've seen too much backend servers are not performing proper validation about invalid typed data. To perform the exact validation feedback strategy for the LLM function calling, I've decided to develop such feature.
- Validation Feedback Strategy: https://github.com/wrtnlabs/agentica/tree/main/packages/core#validation-feedback
What's Changed
- Add
IJsonSchemaAttribute. by @samchon in #135 - Enhance IJsonSchemaAttribute type with nested items. by @samchon in #136
- Change rule of the
IHttpMigrateRoute.emendedPathby @samchon in #137 - Test whether
IHttpLlmApplicationcovers ILlmApplication by @samchon in #138 - missing esm module build by @ryoppippi in #134
- New embedded function
IHttpLlmFunction.validate()for validation feedback by @samchon in #147 - Publish v3.0 by @samchon in #149
- Introduce
agenticaby @samchon in #150
Full Changelog: v2.5.3...v3.0.0