Commit Graph

15 Commits

Author SHA1 Message Date
Sam cee485fbad
test: init test setup and some tests + dev docs and proper setup with pyproject.toml (#137)
* test: add init tests and setup for tests

Signed-off-by: Samantha Coyle <sam@diagrid.io>

* style: clean up unused / autogen files now

Signed-off-by: Samantha Coyle <sam@diagrid.io>

* style: ignore req files that we can now autogen

Signed-off-by: Samantha Coyle <sam@diagrid.io>

* style: make linter happy

Signed-off-by: Samantha Coyle <sam@diagrid.io>

* fix(build): pin deps

Signed-off-by: Samantha Coyle <sam@diagrid.io>

* style: update doc ordering

Signed-off-by: Samantha Coyle <sam@diagrid.io>

* fix(build): update imports

Signed-off-by: Samantha Coyle <sam@diagrid.io>

---------

Signed-off-by: Samantha Coyle <sam@diagrid.io>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2025-06-30 14:36:05 -07:00
Bilgin Ibryam 889b7bf7ef
Fixed docs, and added build and social media links to the readme (#110)
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
2025-05-01 09:08:45 -07:00
Bilgin Ibryam 3edbcf29c2
Added roadmap details (#86)
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
2025-04-14 07:47:01 -07:00
Bilgin Ibryam 97cc59e74a
Minor doc cleanups (#49)
* Polish docs and quickstarts

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>

* Fixed twitter link

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>

---------

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
2025-03-12 07:20:16 -07:00
Yaron Schneider 9c094a4c24
fix links (#47)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2025-03-11 19:03:36 -07:00
Yaron Schneider cfe0af2ec5
Readme changes, docs index changes, removed images (#46)
* readme changes, docs index changes, removed images

Signed-off-by: yaron2 <schneider.yaron@live.com>

* fix links

Signed-off-by: yaron2 <schneider.yaron@live.com>

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
2025-03-11 15:53:22 -07:00
Yaron Schneider f3d06e3476
update README (#43)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2025-03-11 14:50:32 -07:00
Marc Duiker 4e5f30c999
Remove sandbox refs (#33)
* Remove sandbox refs

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>

* Remove install from source

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>

---------

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-03-11 08:57:24 -07:00
Elena Kolevska 6471baa784
More testing coverage (more quickstarts) (#25)
* Completes all OpenAI LLM calls quickstarts

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Completes all OpenAI LLM calls quickstarts

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* More tests for multi agent actor workflows (adds llm and random orchestrators)

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Adds nvidia tests

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Adds dapr llm tests

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Readds the diff workflows

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* fix orchestrator names

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Multi agent workflows - agents as dapr workflows

Signed-off-by: Elena Kolevska <elena@kolevska.com>

not needed

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Adds a github workflow to validate quickstarts

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Adds elevenlabs llm test

Signed-off-by: Elena Kolevska <elena@kolevska.com>

---------

Signed-off-by: Elena Kolevska <elena@kolevska.com>
2025-03-10 09:24:00 -07:00
Bilgin Ibryam 36a7492393
Quickstarts and fixes (#14)
* Initial version of quickstarts

* Renames floki to dapr_agents and adds missing dotenv dependencies

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Updates all dapr dependencies

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Fixes 1

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* dapr wf fix

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* fix llm call quickstart

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Fixes readmes

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Fixes quickstarts 4 and 5. Changes orchestrator type in quickstart 5 to Random because the Roundrobin one currently has a bug

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Adds mechanical markdown to quickstarts

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Adds llm call quickstart to automated testing

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Updates docs with instructions to run tests

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Adds tests for quickstarts 3 and 4

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Added testing for quickstart 5

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Set up venv in makefile

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Test tweaks

Signed-off-by: Elena Kolevska <elena@kolevska.com>

---------

Signed-off-by: Elena Kolevska <elena@kolevska.com>
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
Co-authored-by: Elena Kolevska <elena@kolevska.com>
Co-authored-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
2025-03-06 09:55:49 -08:00
Marc Duiker a5489d3907
Add mkdocs config (#17)
* Add files via upload

* Add docs prerequisites to devcontainer

* Add instructions to run the docs locally
2025-03-04 09:34:38 -08:00
Marc Duiker 09272d9e64
Clarify usage of devcontainer (#11) 2025-02-27 07:50:18 -08:00
yaron2 dd27e2e4b0 floki --> dapr_agents changes
Signed-off-by: yaron2 <schneider.yaron@live.com>
2025-01-27 14:53:18 -08:00
Roberto Rodriguez 4e11be6255 Updated README a little bit 2025-01-25 19:05:15 -05:00
Roberto Rodriguez d87dcda832 FLOKI Initial Contribution 2025-01-14 13:05:22 -05:00