Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,27 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
|
| 4 |
-
colorFrom: yellow
|
| 5 |
-
colorTo: green
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 6.13.0
|
| 8 |
app_file: app.py
|
| 9 |
-
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: OneManCompany Talent Market Explorer
|
| 3 |
+
description: Interactive demo of OMC's organizational framework for multi-agent systems - explore Talent recruitment and E²R tree search visualization
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
app_file: app.py
|
| 5 |
+
sdk: gradio
|
| 6 |
+
sdk_version: 4.36.0
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# OneManCompany Talent Market Explorer
|
| 10 |
+
|
| 11 |
+
Interactive exploration of the organizational framework from ["From Skills to Talent: Organising Heterogeneous Agents as a Real-World Company"](https://huggingface.co/papers/2604.22446).
|
| 12 |
+
|
| 13 |
+
## Features
|
| 14 |
+
|
| 15 |
+
- **Talent Market Simulation**: Demonstrates dynamic recruitment of portable agent identities to cover task requirements within budget constraints
|
| 16 |
+
- **E²R Tree Search Visualization**: Interactive simulation of the Explore-Execute-Review hierarchical loop with configurable parameters
|
| 17 |
+
|
| 18 |
+
## OMC Concepts Demonstrated
|
| 19 |
+
|
| 20 |
+
1. **Talent Abstraction**: Encapsulating skills, tools, and runtime configs as portable identities
|
| 21 |
+
2. **On-Demand Recruitment**: Greedy algorithm selecting optimal talent combinations
|
| 22 |
+
3. **E²R Loop**: Explore (decomposition) → Execute (branching) → Review (aggregation)
|
| 23 |
+
4. **Formal Guarantees**: Termination and deadlock-freedom
|
| 24 |
+
|
| 25 |
+
## Paper Results
|
| 26 |
+
- 84.67% success rate on PRDBench (+15.48pp over SOTA)
|
| 27 |
+
- Cross-domain generalization validated
|