Kunal Pai Harshil Patel Parth Shah Saisha Shetty commited on
Commit
9315d75
·
1 Parent(s): 336e2a3

HASHIRU README

Browse files

Co-authored-by: Harshil Patel <harshilp2107@gmail.com>
Co-authored-by: Parth Shah <35399171+helloparthshah@users.noreply.github.com>
Co-authored-by: Saisha Shetty <54056373+SaishaShetty@users.noreply.github.com>

Files changed (2) hide show
  1. HASHIRU_ARCH.png +3 -0
  2. README.md +7 -2
HASHIRU_ARCH.png ADDED

Git LFS Details

  • SHA256: c971ee7149e12e17a3d9509f5d4ced25673b9ba8d7d6484989f5d8d2f5a7d01d
  • Pointer size: 130 Bytes
  • Size of remote file: 78.1 kB
README.md CHANGED
@@ -1,2 +1,7 @@
1
- # HASHIRU
2
- For AgentX competition
 
 
 
 
 
 
1
+ # HASHIRU: Hierarchical Agent System for Hybrid Intelligent Resource Utilization
2
+ (For AgentX competition)
3
+
4
+ ![HASHIRU_ARCH](HASHIRU_ARCH.png)
5
+
6
+ ## Overview
7
+ HASHIRU is an agent-based framework designed to dynamically allocate and manage large language models (LLMs) and external APIs through a CEO model. The CEO model acts as a central manager, capable of hiring, firing, and directing multiple specialized agents (employees) over a given budget. It can also create and utilize external APIs as needed, making it highly flexible and scalable.