* Fix: Fix: The Azure OpenAI docs needs update #66
Signed-off-by: Casper Guldbech Nielsen <scni@novonordisk.com>
* Ensure the addition of AZURE_OPENAI_API_VERSION env var as this is needed to run succesfully
Signed-off-by: Casper Guldbech Nielsen <scni@novonordisk.com>
---------
Signed-off-by: Casper Guldbech Nielsen <scni@novonordisk.com>
* Moved Messaging under Workflow and modularized main components.
* Removed WorkflowService and added as_service() to AgenticWorkflow for pub/sub support in headless and service modes.
* Added utility to safely retrieve instance methods decorated with a specific attribute
* Updated Agent and Orchestrator workflows to support the latest messaging system changes.
* Updated AgentActors to integrate with latest messaging system under workflows.
* Made service_port optional to allow random port assignment.
* dapr agents imports and logging
* Updated Multi-agent workflows, deleted JSON logs and tested NVIDIA LLM client notebook
* Integrated new messaging system into multi-agent quickstarts
* Updated agentic workflows docs to reflect changes
* Updated quickstart multi-agent workflows app to run in headless mode
* Fixed Orchestrator as a service and exposed built-in route to start workflow over HTTP
* Updated INFO logging to DEBUG
* updated cookbook with latest changes
* updated quickstart mukti-agent workflows to integrate orchestrator as service change
* Updated docs to trigger agentic workflow over HTTP by default.
* Upgrade Jinja2 to address sandbox breakout vulnerability
* Removes additional address arguments for Dapr client init
Relies on env variables instead
Signed-off-by: Elena Kolevska <elena@kolevska.com>
correct casing in dapr multi app run files
Signed-off-by: Elena Kolevska <elena@kolevska.com>
removes dummy file
Signed-off-by: Elena Kolevska <elena@kolevska.com>
* Updates readmes
Signed-off-by: Elena Kolevska <elena@kolevska.com>
---------
Signed-off-by: Elena Kolevska <elena@kolevska.com>
* Add AI agent overview
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
* Add image to core principles
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
---------
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
* Refactored Workflow & Task Decorators for Easier Standalone Registration
* Refactored WorkflowApp: Improved Task & Workflow Registration, Enhanced State Management
* Refactored WorkflowTask: Improved LLM Execution, Validation, and Chat History Support
* Refactored API Server & Workflow Services: Unified FastAPI & Dapr Integration
* Refactored Pub/Sub and Message Routing: Unified Dapr Integration & CloudEvent Parsing
* Introduced AgenticWorkflowService: Unified Agent Workflows, State Management & Messaging
* Enhanced Orchestrators with Dapr Workflow Patterns & Intelligent Message Routing
* Updated Text Printer for Agents to show their name.
* Introduced Assistant Agent with Tool-Driven LLM Workflow, Dapr Messaging, and Adaptive Execution
* Consolidated Actor Wrappers into Unified Agent Actor Service and updated agent response logic
* Removed workflows folder from Actors directory. Workflow App and Service folders taking over.
* Introduced Execution Framework with Docker and Local Code Executors for Agents.
* Refactored Dapr gRPC Configuration: Unified Naming and Improved Initialization Logic
* Updated VectorStoreBase to Use Explicit EmbedderBase Type Annotation
* Enhanced Structured Response Handling: JSON Schema & Iterable Support
* Ran notebooks with latest version.
* Updated agentic workflow docs
* removed floki from huggingface chat client
* Updated init files for latest changes
* updated dapr pip package to 1.5.0 to use latest version
* removed floki reference from code and docs. Tags in README still point to floki
* Added a dummy notebook to test ReAct Agents