Commit History

added runtime/env check and api key check
6d068ed

saisha09 commited on

Add benchmarking functionality for Globle game
cab9413

Kunal Pai commited on

Add benchmarking script for Wordle game
e09bf50

Kunal Pai commited on

Add benchmarking functionality for NYT Connections dataset
0577af4

Kunal Pai commited on

Update requirements.txt to modify package versions and remove unused dependencies
164e70c

Kunal Pai commited on

add more gemini agents
8a91ce3

Harshil Patel commited on

Move cost management from tool loader to agent manager
98d31e7

Harshil Patel commited on

Add citation for NYT Connections benchmark and update references
06dc658

Kunal Pai commited on

Add paper benchmarking, along with dataset for it
4f96523

Kunal Pai commited on

Add HASHIRU logo and update UI header in main.py
b27e104

Kunal Pai commited on

Refactor get_last_assistant_content function to improve response handling and support various response formats
81fafc1

Kunal Pai commited on

Add HASHIRU paper: Initial implementation of a hierarchical multi-agent system for hybrid intelligent resource utilization
1d27ba2

Kunal Pai commited on

Update .gitignore to include additional LaTeX intermediate file types
c2ad08f

Kunal Pai commited on

Update .gitignore to include results directory
7f462a5

Kunal Pai commited on

Refactor benchmarking script to implement HLE dataset performance evaluation and improve response handling
aa7e221

Kunal Pai commited on

Add benchmarking script for GlobleDistanceTool via Gradio API
97e9ed5

Kunal Pai commited on

api link placeholder added to cost_benefit.py
a997e09

saisha09 commited on

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

helloparthshah commited on

Updated to use pro and fixed retry and edit
7c06e97

helloparthshah commited on

Globle Tool
aa64af8

Kunal Pai commited on

Separated out the tools info a separate directory
a3a158e

helloparthshah commited on

Add gemini agent
e5d4b0f

Harshil Patel commited on

Surprise 🫠
263bcfe

Kunal Pai commited on

Integrate AgentManager with tools
fcb1a95

Harshil Patel commited on

Implement agent manager
e0d574f

Harshil Patel commited on

Storing system prompt as well in the models file
7ec791b

helloparthshah commited on

add budget manager and bug fixes
8cf77a3

Harshil Patel helloparthshah commited on

Update system prompt
5ddcadc

Harshil Patel Kunal Pai helloparthshah commited on

Add fire agent tool
6643e6e

Harshil Patel commited on

README.md updated
4c7aac8

saisha09 commited on

Add cost_benefit.py for model selection using Ollama
838a833

saisha09 commited on

Adding ability to continue a conversation
18aba36

helloparthshah commited on

Update GeminiManager model version and modify task prompt for stock investment inquiry
17c720f

Kunal Pai commited on

Enhance system prompt with tool creation guidelines to ensure production-ready code with complete implementations, input validation, and clear documentation.
d1ba4cb

Kunal Pai commited on

Update system2.prompt to clarify tool creation guidelines and emphasize reading existing implementations
bd20f16

Kunal Pai commited on

Refactor GeminiManager to accept model name as a parameter and update role assignment logic
27b38ea

Kunal Pai commited on

Add information on using ArxivTool, WikipediaTool, and WebSearchTool for gathering resources
d2c2786

Kunal Pai commited on

Add tools for searching arXiv, web, and Wikipedia
f1acfc4

Kunal Pai commited on