Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f3019a0
First working commit
vizsatiz May 3, 2025
b7e188b
Implemented Cloude and OpenAI as seperate LLM interfaces
vizsatiz May 3, 2025
8566c2f
Removing LLM references
vizsatiz May 3, 2025
1d05be1
Used native tool calling
vizsatiz May 3, 2025
ebc50b0
Working OpenAI agent
vizsatiz May 4, 2025
8cd1773
Working agentic agent for Cloude and OpenAI
vizsatiz May 4, 2025
39ca6b1
Added direct reasoning example
vizsatiz May 4, 2025
e51dfa9
Adding output parsing capabilities to openai and claude
vizsatiz May 4, 2025
9a4f0cd
Fix for breaking agents with output parsing error
vizsatiz May 4, 2025
b86d481
Fix to support agent output formatter
vizsatiz May 4, 2025
1f65c65
Fix for creating facade
vizsatiz May 4, 2025
6e7ecd1
Fix for tool calls
vizsatiz May 5, 2025
ab22e1b
Agentic fix
vizsatiz May 7, 2025
4b294b5
Fix for ReACT agent
vizsatiz May 11, 2025
149563f
Adding debug print
vizsatiz May 12, 2025
a49c55e
Fix for open ai formatter
vizsatiz May 31, 2025
5b71760
Adding pydantic formatter support
vizsatiz May 31, 2025
fc218fa
Adding support for flo-ai yaml
vizsatiz May 31, 2025
6b35fbd
Enhanced yaml format
vizsatiz Jun 1, 2025
951d367
Add more things to yaml
vizsatiz Jun 1, 2025
8d2d710
Adding ollama llm support
vizsatiz Jun 7, 2025
dccad38
Change to add ollama example
vizsatiz Jun 8, 2025
de8af8b
Implemented CoT agents
vizsatiz Jun 21, 2025
14becf3
Making response extraction standard
vizsatiz Jun 21, 2025
96bd09e
Update README with latest api doc
vizsatiz Jun 22, 2025
149f439
Fixing logs
vizsatiz Jun 22, 2025
f81c20d
Implement @flo_tool
vizsatiz Jun 22, 2025
927e45a
Minor fix fo yaml
vizsatiz Jun 22, 2025
798aef0
Ignore all files starting with .
vizsatiz Jul 12, 2025
82e8362
Fixing versioning issues
vizsatiz May 31, 2025
d6a1427
Fix all merge issues
vizsatiz Jul 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ bin
examples/local/*
.logs
scratch_pad.py
.*
15 changes: 0 additions & 15 deletions .vscode/launch.json

This file was deleted.

14 changes: 0 additions & 14 deletions .vscode/settings.json

This file was deleted.

Loading