Asyncflows

Latest version: v0.1.11

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.11

Small change to syntax for prompt's output schema – dropping the top-level object declaration, as it's required anyway.

0.1.10

Structured data generation, and lots of quality of life improvements!

- `prompt` action has a new `output_schema` input, which guides the LLM to generate JSON adhering to the schema, presenting it in the `data` output.
- `default_model` is now optional (defaults to ollama, will default smartly in the near future)
- `default_output` is now optional (defaults to output of last action in flow)
- actions can now define a default output, and be referenced by only their id in links

0.1.9

**Full Changelog**: https://github.com/asynchronous-flows/asyncflows/compare/v0.1.8...v0.1.9

Add documentation to generated JSONSchema

0.1.8

**Full Changelog**: https://github.com/asynchronous-flows/asyncflows/compare/v0.1.7...v0.1.8

Fix and test support for python3.10
Revoke support for python3.12 temporarily

0.1.7

First tagged release

What's Changed
* Fix Ollama URL on Windows in https://github.com/asynchronous-flows/asyncflows/pull/4
* Add descriptions to outputs in JsonSchema
* Fail early if not all required variables are provided upon running

0.1.4

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.