Spaces:
Running
Running
Commit History
Removing debug logs
163e70a
Added support for streaming gemini responses
0c0c279
Fixing the UI
148a917
Updating retry behavior
7ce7683
maming desc and system prompt better
4f43fb0
include cost per 1000 tokes
a2ebc4b
fixing error where no response
bc17645
fix deletor
0487f91
fixed memories
3e394af
Implemented mode selection
231c049
Add PythonSandboxTool for executing Python code in a sandbox environment
23572e6
Kunal Pai
commited on
Update to use sum of both as the total memory
608ee17
Also update tools when something is deleted
c091ece
Fixed llama to be 3B
2492556
Cleaning debug logs
d8709c0
Updated costs based on resource usage and actual api costs (created by HASHIRU AI)
25fe98a
Files are working!
a6407c2
Add GroqAgent and GroqModelManager implementations for Groq model integration
e0964c2
Kunal Pai
commited on
Add support for deepseek-r1 model in AgentManager and AgentCostManager
2c0c391
Kunal Pai
commited on
chore(ci): restore missing src/cost_benefit.py [skip ci]
338633f
cost_benefit deleted
95fb804
chore(ci): restore missing src/cost_benefit.py [skip ci]
dee7fba
NO MORE COST BENEFIT
9ced6fb
chore(ci): restore missing src/cost_benefit.py [skip ci]
0477ef6
cost_benefit file deleted
c978556
Merge branch 'main' of github.com:kunpai/HASHIRU
2155e91
Added expense budget
bf722a2
Enable conditional memory usage in GeminiManager
82fe65b
Kunal Pai
commited on
MPS support for memories for Mac users
ab59793
Kunal Pai
commited on
Add os import and ensure data directory exists before saving memory
941e057
Kunal Pai
commited on
Updated memory manager
0ab24d1
updated prompt
93470ad
Updated memory related tasks
167a572
Updates to the prompt
50fb0a0
Merge branch 'main' of github.com:kunpai/HASHIRU
eb1b69a
Added new prompt
9f97a28
models_cost file updated
b915149
Cleaning up debug messages
0144997
Merge branch 'main' of github.com:kunpai/HASHIRU
53ee793
Giving agent access to the model costs
1476939
update agent creator to specify base model
6115f71
Harshil Patel
commited on
Add code to make total budget expand with total resources
0e323dc
Harshil Patel
commited on