hashiruAI / src

Commit History

Refactor LambdaAgent to use OpenAI client and update cost manager with new Lambda model expenses
fcdfb63

Kunal Pai commited on

Merge branch 'main' of github.com:HASHIRU-AI/HASHIRU
af10b92

helloparthshah commited on

LambdaAgent added
728be71

saisha09 commited on

Refactor GroqAgent initialization and enhance error handling; update AgentCostManager with Groq model costs
1b3d55c

Kunal Pai commited on

Updated costs since ollama does use resources when creating a model
904d53f

helloparthshah commited on

disabling tool invocation stops sending it the tools
b746682

helloparthshah commited on

disabling python sandbox for now
4ce88d0

helloparthshah commited on

Updated prompt to include tool modification
4e436d6

helloparthshah commited on

Updated prompt to make tool creation better
3d76128

helloparthshah commited on

Merge branch 'main' of github.com:kunpai/HASHIRU
baea1e6

helloparthshah commited on

refactor: remove unused AgentCreator class and related code
618af48

Kunal Pai commited on

RIP Cost Benefit
ea6ff5b

Kunal Pai commited on

chore(ci): restore missing src/cost_benefit.py [skip ci]
a827aa8

harshil-21 commited on

Python file + README cleanup
4be2bb5

Kunal Pai commited on

Merge branch 'main' of https://github.com/kunpai/HASHIRU
6b24b53

Harshil Patel commited on

Add a format string function to pretty print json output
83e804d

Harshil Patel commited on

fixed the bug with empty functions
0660121

helloparthshah commited on

make thinking print in multiline code blocks
ad0d3ca

Harshil Patel commited on