v0.18.0
版本发布时间: 2024-02-03 23:56:06
kreneskyp/ix最新发布版本:v0.19.1(2024-02-09 01:24:17)
Skills
Skills are components that may be created through the UI and API. Skills may be called as tools or used as a node in a flow.
Skills are defined as typed python functions so they are easy to build. Input/Output types and schemas are generated from the methods type hinting.
Skill Editor
Prototype SkillForge agent
An unreleased SkillForge prototype agent that generates skills that may be used in other flows
https://github.com/kreneskyp/ix/assets/68635/0f551f94-af2c-4426-a584-186809c0bfae
Rich code editor
A rich code editor was added to support the skilll editor. It has also been applied to the JSON Schema editor. It will eventually support other places where code is rendered or edited.
Misc
- fixed a number of dependabot vulnerability warnings