Spaces:
Running
Running
Kunal Pai
commited on
Commit
·
89c8e63
1
Parent(s):
4315a12
Update README.md to clarify project architecture and remove duplicate benchmarking note
Browse files
README.md
CHANGED
@@ -18,6 +18,12 @@ pinned: false
|
|
18 |
|
19 |
This project provides a framework for creating and managing AI agents and tools. It includes features for managing resource and expense budgets, loading tools and agents, and interacting with various language models.
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
## Directory Structure
|
22 |
|
23 |
* **src/**: Contains the source code for the project.
|
@@ -66,8 +72,6 @@ The project supports the following language model integrations:
|
|
66 |
## Acknowledgements
|
67 |
We would like to thank Hugging Face, Groq and Lambda Labs for sponsoring this project and providing the necessary resources for development.
|
68 |
|
69 |
-
NOTE: Benchmarking efforts of the HASHIRU architecture can be found in [HASHIRUBench](https://github.com/HASHIRU-AI/HASHIRUBench).
|
70 |
-
|
71 |
## Contributing
|
72 |
|
73 |
Contributions are welcome! Please submit pull requests with bug fixes, new features, or improvements to the documentation.
|
|
|
18 |
|
19 |
This project provides a framework for creating and managing AI agents and tools. It includes features for managing resource and expense budgets, loading tools and agents, and interacting with various language models.
|
20 |
|
21 |
+
The architecture consists of a hierarchical system where a CEO agent manages a set of employee agents and tools. Both agents and tools can be autonomously created, invoked, and deleted by the CEO. Agents are associated with reclaimable costs (if local) and non-reclaimable costs (if cloud-based).
|
22 |
+
|
23 |
+
The project is designed to be modular and extensible, allowing users to integrate their own tools and agents. It supports multiple language model integrations, including Ollama, Gemini, Groq, and Lambda Labs.
|
24 |
+
|
25 |
+
NOTE: Benchmarking efforts of the HASHIRU architecture can be found in [HASHIRUBench](https://github.com/HASHIRU-AI/HASHIRUBench).
|
26 |
+
|
27 |
## Directory Structure
|
28 |
|
29 |
* **src/**: Contains the source code for the project.
|
|
|
72 |
## Acknowledgements
|
73 |
We would like to thank Hugging Face, Groq and Lambda Labs for sponsoring this project and providing the necessary resources for development.
|
74 |
|
|
|
|
|
75 |
## Contributing
|
76 |
|
77 |
Contributions are welcome! Please submit pull requests with bug fixes, new features, or improvements to the documentation.
|