Commit History

feat: add Groq API integration
4439b52

Cascade Bot commited on

chore: update gradio versions
6166f7f

Cascade Bot commited on

fix: improve error handling
4ac9be9

Cascade Bot commited on

fix: update chat interface
b4bc78c

Cascade Bot commited on

fix: update agentic system initialization
72416ea

Cascade Bot commited on

refactor: update chat interface initialization
6435f9a

Cascade Bot commited on

fix: add missing socket import
2443dcb

Cascade Bot commited on

fix: add missing requests import
7cdc849

Cascade Bot commited on

fix: update model manager initialization
276480b

Cascade Bot commited on

fix: update team management imports
4e9058a

Cascade Bot commited on

fix: update imports in app.py
a7a0958

Cascade Bot commited on

feat: add VentureAPI class and refactor endpoints
99c817e

Cascade Bot commited on

fix: update venture strategy imports
2625442

Cascade Bot commited on

fix: add missing os import in app.py
ccf96e3

Cascade Bot commited on

fix: add AsyncGenerator and Generator typing imports
3feffc7

Cascade Bot commited on

fix: update venture type strategy imports
e2e5ce2

Cascade Bot commited on

fix: remove unnecessary class name aliases
fda983b

Cascade Bot commited on

fix: update remaining class name references
5ac18f6

Cascade Bot commited on

fix: standardize strategy class names
05c0fea

Cascade Bot commited on

fix: update quantum strategy import with correct class name
47bf9f3

Cascade Bot commited on

fix: correct MultimodalStrategy import in __init__.py
4ed429f

Cascade Bot commited on

feat(quantum): update QuantumStrategy with improved implementation
d16c12e

Cascade Bot commited on

feat(quantum): update QuantumStrategy with improved implementation
a084fbc

Cascade Bot commited on

Updated TreeOfThoughtsStrategy to use StrategyResult and improved implementation
242446f

Cascade Bot commited on

Updated ChainOfThoughtStrategy to use StrategyResult and improved implementation
3c2aa2f

Cascade Bot commited on

Renamed BayesianReasoning to BayesianStrategy and fixed imports
bb6f0d3

Cascade Bot commited on

Fixed circular imports by moving StrategyResult to base
c7d9c30

Cascade Bot commited on

Added StrategyResult class and enhanced base ReasoningStrategy
bb8cb0c

Cascade Bot commited on

Added llama-cpp-python and system dependencies
6cc7431

Cascade Bot commited on

Added networkx dependency
865ec2f

Cascade Bot commited on

Added Groq streaming support and optimizations - clean version
1d75522

Cascade Bot commited on