You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLM orchestration frameworks to deploy multi-agent systems focusing on complex outbound tasks.
10
+
LLM orchestration frameworks to deploy multi-agent systems with task-based formation.
11
11
12
12
**Visit:**
13
13
@@ -74,7 +74,7 @@ You can specify which formation you want them to generate, or let the agent deci
74
74
pip install versionhq
75
75
```
76
76
77
-
(Python >= 3.13)
77
+
(Python >= 3.12)
78
78
79
79
80
80
### Case 1. Solo Agent:
@@ -157,14 +157,14 @@ Tasks can be delegated to a team manager, peers in the team, or completely new a
157
157
158
158
## Technologies Used
159
159
**Schema, Database, Data Validation**
160
-
-[Pydantic](https://docs.pydantic.dev/latest/): Data validation and serialization library for Python
161
-
-[Pydantic_core](https://pypi.org/project/pydantic-core/): Core func packages for Pydantic
162
-
-[Chroma DB](https://docs.trychroma.com/): Vector database for storing and querying usage data
163
-
-[SQLite](https://www.sqlite.org/docs.html): C-language library to implements a small SQL database engine
160
+
-[Pydantic](https://docs.pydantic.dev/latest/): Data validation and serialization library for Python.
161
+
-[Pydantic_core](https://pypi.org/project/pydantic-core/): Core func packages for Pydantic.
162
+
-[Chroma DB](https://docs.trychroma.com/): Vector database for storing and querying usage data.
163
+
-[SQLite](https://www.sqlite.org/docs.html): C-language library to implements a small SQL database engine.
164
164
-[Upstage](https://console.upstage.ai/docs/getting-started/overview): Document processer for ML tasks. (Use `Document Parser API` to extract data from documents)
0 commit comments