Commit Graph

2 Commits

Author SHA1 Message Date
Roberto Rodriguez e8d96e186d updated cookbook notebooks to show sync and async with workflow monitoring 2025-04-22 11:57:31 -04:00
Roberto Rodriguez 099dc5d2fb
Hierarchical LLM config on Tasks + workflow/ decorator refactor (#92)
* updated dependencies versions

* Updated model validator for HuggingFace-Hub client to catch model and hub url early

* split task registration into discover + register phases, improved LLM client init in tasks and workflow wrappers

* improve decorator to access method attributes

* wrapping workflow decotrators to log, validate, etc., without losing signature/docs

* Improved LLM-based task client and cleaned execution of LLM, agent and python function

* Added an example of multiple models being defined per workflow task after updates

* Updated quickstarts basic agent runs to async

* Added model attribute to huggingface-hub client class

* Fixed random and roundrobin orchestrators TriggerAction schema, trigger action and task to process agent response

* Updated quickstart multi-agent workflows and actor-based agents docs

* added .dapr to gitignore
2025-04-22 06:17:36 -07:00