Commit Graph

  • 48d8cf5248 Fixes 1 Elena Kolevska 2025-03-04 15:08:57 +0000
  • cc16508b2a Updates all dapr dependencies Elena Kolevska 2025-03-04 14:25:46 +0000
  • d4f322a34f Merge remote-tracking branch 'origin/main' into quickstarts Elena Kolevska 2025-03-04 14:20:26 +0000
  • 7fac47b6d4
    Enhanced Workflow and Task Registration, Dynamic Message Routing, Structured Validation, and Unified API Integration (#18) Roberto Rodriguez 2025-03-04 06:09:31 -0800
  • 45139d2de3 Added a dummy notebook to test ReAct Agents Cyb3rWard0g/AligningWithFlokiRelease Roberto Rodriguez 2025-03-04 06:56:56 -0500
  • 2020111881 removed floki reference from code and docs. Tags in README still point to floki Roberto Rodriguez 2025-03-04 06:56:42 -0500
  • eb3ce32b06 updated dapr pip package to 1.5.0 to use latest version Roberto Rodriguez 2025-03-04 06:44:52 -0500
  • c46224e9b2 Updated init files for latest changes Roberto Rodriguez 2025-03-04 06:43:42 -0500
  • fd3dd316f8 removed floki from huggingface chat client Roberto Rodriguez 2025-03-04 06:42:54 -0500
  • c2ab9d5544 Updated agentic workflow docs Roberto Rodriguez 2025-03-04 06:42:14 -0500
  • 1a2097da8d Ran notebooks with latest version. Roberto Rodriguez 2025-03-04 06:41:37 -0500
  • ed445b3d12 Enhanced Structured Response Handling: JSON Schema & Iterable Support Roberto Rodriguez 2025-03-04 05:34:33 -0500
  • 85a6d3c1a3 Updated VectorStoreBase to Use Explicit EmbedderBase Type Annotation Roberto Rodriguez 2025-03-04 04:48:08 -0500
  • e3900bfd62 Refactored Dapr gRPC Configuration: Unified Naming and Improved Initialization Logic Roberto Rodriguez 2025-03-04 04:44:02 -0500
  • 95a963a0d2 Introduced Execution Framework with Docker and Local Code Executors for Agents. Roberto Rodriguez 2025-03-04 04:39:57 -0500
  • fab2ec7ae2 Removed workflows folder from Actors directory. Workflow App and Service folders taking over. Roberto Rodriguez 2025-03-04 04:38:00 -0500
  • 0b1494607c Consolidated Actor Wrappers into Unified Agent Actor Service and updated agent response logic Roberto Rodriguez 2025-03-04 04:25:46 -0500
  • fd5a7bbb51 Introduced Assistant Agent with Tool-Driven LLM Workflow, Dapr Messaging, and Adaptive Execution Roberto Rodriguez 2025-03-04 04:13:59 -0500
  • 3aa0841454 Updated Text Printer for Agents to show their name. Roberto Rodriguez 2025-03-04 04:07:05 -0500
  • 541719a1a4 Enhanced Orchestrators with Dapr Workflow Patterns & Intelligent Message Routing Roberto Rodriguez 2025-03-04 04:06:40 -0500
  • 83bbe2f1b5
    Add instructions to run the docs locally Marc Duiker 2025-03-04 09:50:58 +0100
  • 705c691ba1
    Add docs prerequisites to devcontainer Marc Duiker 2025-03-04 09:49:44 +0100
  • 095b5c3f48
    Add files via upload Marc Duiker 2025-03-04 09:48:29 +0100
  • f99e354b96 Introduced AgenticWorkflowService: Unified Agent Workflows, State Management & Messaging Roberto Rodriguez 2025-03-04 00:07:27 -0500
  • 1c3f88dda6 Refactored Pub/Sub and Message Routing: Unified Dapr Integration & CloudEvent Parsing Roberto Rodriguez 2025-03-04 00:02:46 -0500
  • 5a4252a29a Refactored API Server & Workflow Services: Unified FastAPI & Dapr Integration Roberto Rodriguez 2025-03-03 23:59:07 -0500
  • b296494160 Refactored WorkflowTask: Improved LLM Execution, Validation, and Chat History Support Roberto Rodriguez 2025-03-03 23:52:09 -0500
  • cf8f8ffe5f Refactored WorkflowApp: Improved Task & Workflow Registration, Enhanced State Management Roberto Rodriguez 2025-03-03 23:50:28 -0500
  • bf02704a60 Refactored Workflow & Task Decorators for Easier Standalone Registration Roberto Rodriguez 2025-03-03 23:44:45 -0500
  • 1d108190bd
    Add manual trigger to deploy docs (#16) Marc Duiker 2025-03-03 21:32:28 +0100
  • 1a6db633a7
    Add manual trigger to deploy docs Marc Duiker 2025-03-03 18:53:03 +0100
  • b65146d606 Renames floki to dapr_agents and adds missing dotenv dependencies Elena Kolevska 2025-03-03 11:36:44 +0000
  • afc0f2213c Dapr sdk version bump dapr-sdk-update Elena Kolevska 2025-03-03 10:45:58 +0000
  • 1baa62ca08
    Initial version of quickstarts Bilgin Ibryam 2025-02-28 10:38:39 +0000
  • 09272d9e64
    Clarify usage of devcontainer (#11) Marc Duiker 2025-02-27 16:50:18 +0100
  • d450210b41
    Create docs pipeline (#12) Marc Duiker 2025-02-27 16:50:00 +0100
  • 5b0345e639
    Update diagrams to match Dapr style (#13) Marc Duiker 2025-02-27 16:05:45 +0100
  • 65b87798ad
    Update diagrams to match Dapr style Marc Duiker 2025-02-27 13:36:11 +0100
  • 5bb8b3a29c
    Create docs pipeline Marc Duiker 2025-02-26 23:11:39 +0100
  • 64b0f7a8f6
    Clarify usage of devcontainer marcduiker-patch-1 Marc Duiker 2025-02-26 23:06:24 +0100
  • c83fe3b452
    Add Dapr's Conversation API as LLM inference provider (#8) Yaron Schneider 2025-02-26 05:21:14 -0800
  • 2cc4d088a6 address review comments yaron2 2025-02-25 14:45:37 -0800
  • 93c2ede308 replace http request with dapr client yaron2 2025-02-24 20:16:06 -0800
  • 6a08836860
    Add devcontainer config (#10) Marc Duiker 2025-02-21 20:48:06 +0100
  • a8fac5d1ff
    Update to Dapr Agents logo (#9) Marc Duiker 2025-02-21 20:47:29 +0100
  • dd9e961b35 add response parsing yaron2 2025-02-21 11:45:29 -0800
  • d0c934febf Add devcontainer config add-devcontainer Marc Duiker 2025-02-21 18:26:45 +0100
  • f5ec3a67ce Update to Dapr Agents logo update-logo Marc Duiker 2025-02-21 17:59:12 +0100
  • c0d6445af7 add dapr conversation api as llm inference yaron2 2025-02-21 08:38:55 -0800
  • 32e9da2f99
    Adds publishing to pypi (#7) Elena Kolevska 2025-02-21 16:09:25 +0000
  • ad80b87535 copy paste leftovers Elena Kolevska 2025-02-21 15:51:38 +0000
  • 14c453eb72 Updates header Elena Kolevska 2025-02-21 10:45:13 +0000
  • 807cd56b21 Adds publishing to pypi Elena Kolevska 2025-02-20 17:45:11 +0000
  • af1ca1a812
    Merge pull request #6 from dapr-sandbox/flokidapr-1 Yaron Schneider 2025-02-03 15:13:14 -0800
  • 03d8ac3851 rename flokidapr-1 yaron2 2025-02-03 15:12:31 -0800
  • 7ac32f4f93
    Merge pull request #5 from dapr-sandbox/flokidapr Yaron Schneider 2025-01-27 16:53:55 -0800
  • 2d52cffd74 floki -> dapr file/code reference change flokidapr yaron2 2025-01-27 16:31:25 -0800
  • 977268360d
    Merge pull request #4 from dapr-sandbox/textchanges-1 Yaron Schneider 2025-01-27 15:55:00 -0800
  • f292b3b824 remove MIT license mention yaron2 2025-01-27 15:54:42 -0800
  • 67b0c9b264 more Floki -> Dapr Agents changes yaron2 2025-01-27 15:05:40 -0800
  • 0bffefa7c8 remove mkdocs yaron2 2025-01-27 15:01:52 -0800
  • dd27e2e4b0 floki --> dapr_agents changes yaron2 2025-01-27 14:53:18 -0800
  • 37a48c2700
    Merge pull request #3 from dapr-sandbox/fix/floki-to-dapr-agents Roberto Rodriguez 2025-01-25 20:35:15 -0800
  • 4e11be6255 Updated README a little bit Roberto Rodriguez 2025-01-25 19:05:15 -0500
  • 87d072dae5 Refreshed all notebooks with dapr_agents module Roberto Rodriguez 2025-01-25 19:05:01 -0500
  • f902c99da8 Replaced floki module with dapr_agents and updated setup files Roberto Rodriguez 2025-01-25 19:04:26 -0500
  • 1a323f525a
    Merge pull request #2 from dapr-sandbox/feature/sentencetransformer-cachedir Roberto Rodriguez 2025-01-25 14:10:25 -0800
  • 6c4c4d98e0 Updating package version Roberto Rodriguez 2025-01-25 16:52:37 -0500
  • 7348c1618d Added directory to cache or load the model Roberto Rodriguez 2025-01-25 16:50:07 -0500
  • 2ed126e44c
    Merge pull request #1 from dapr-sandbox/fix/dependencies-and-lazy-init Roberto Rodriguez 2025-01-25 13:45:51 -0800
  • 7518b3253f Updated project dependencies and package version. Also, no more Python 3.9 Roberto Rodriguez 2025-01-25 16:14:26 -0500
  • a164fde429 Added debug logging for structured output function Roberto Rodriguez 2025-01-25 16:13:41 -0500
  • 3609a14772 Enabled lazy init for arxiv fetcher Roberto Rodriguez 2025-01-25 16:13:24 -0500
  • d87dcda832 FLOKI Initial Contribution Roberto Rodriguez 2025-01-14 13:05:22 -0500
  • e02fdf7c5a
    Initial commit Yaron Schneider 2025-01-02 10:45:53 -0800