| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-02-08 | 1.5 kB | |
| v0.19.1 SkillsForge _ SchemaForge source code.tar.gz | 2024-02-08 | 3.7 MB | |
| v0.19.1 SkillsForge _ SchemaForge source code.zip | 2024-02-08 | 4.0 MB | |
| Totals: 3 Items | 7.7 MB | 1 | |
This release focuses on improving OpenAPI components and introducing two test agents to that end.
SchemaForge & SkillsForge [#439] [#436] [#437]
SchemaForge & SkillsForge are agents configured to use IX's internal API to manage schemas (#400) and skills (#420 ). These agents both use RunOpenAPIRequest and provide create, read, update, and delete functionality.
These agents are both an easy way to create new skills and a good test bed for OpenAPI and agent functionality.
OpenAPI & Function Calling Improvements
RunOpenAPIRequestnow includes descriptions from schema description and fields in tool schema passed to OpenAI. [#431]Schemadescription now included in function schema when used as a tool. [#432]RunOpenAPIRequestnow has a separateinstructionsfield for extra instructions to pass in the tool function schema [#433]RunOpenAPIRequestnow properly handles paths with variables in them.RunOpenAPIRequestnow returnsresponse.jsonfor HTTP errors rather than raising errors. Allows agents to reflect on the errors. [#438]- Agents may now be configured to reflect on parsing errors and correct them. [#440]
Misc
- LangChain
0.1.5[#430] - Node config forms were spamming save notifications. This should be improved. [#441]
- Prop and link edges are now styled differently [#429]
- Hide node config sections if they do not contain any properties [#434]
- updated IX API fixtures for minor changes to support
SchemaForgeandSkillsForge[#442]