Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
|
@@ -586,8 +586,9 @@ def main(args):
|
|
| 586 |
**AgentFlow** is a **trainable, tool-integrated agentic framework** designed to overcome the scalability and generalization limits of today's tool-augmented reasoning approaches. It introduces a **modular agentic system** (π§ Planner, π Executor, β
Verifier, and βοΈ Generator) and an **in-the-flow RL algorithm (Flow-GRPO)** to optimize the agent within the system for **effective planning and tool use**.
|
| 587 |
|
| 588 |
[Website](https://agentflow.stanford.edu/) |
|
| 589 |
-
[Paper](https://
|
| 590 |
[GitHub](https://github.com/lupantech/AgentFlow) |
|
|
|
|
| 591 |
|
| 592 |
> β³ **Note:** The first query may take ~20 seconds to initialize AgentFlow. Subsequent queries will be super fast.
|
| 593 |
>
|
|
|
|
| 586 |
**AgentFlow** is a **trainable, tool-integrated agentic framework** designed to overcome the scalability and generalization limits of today's tool-augmented reasoning approaches. It introduces a **modular agentic system** (π§ Planner, π Executor, β
Verifier, and βοΈ Generator) and an **in-the-flow RL algorithm (Flow-GRPO)** to optimize the agent within the system for **effective planning and tool use**.
|
| 587 |
|
| 588 |
[Website](https://agentflow.stanford.edu/) |
|
| 589 |
+
[HF Paper](https://huggingface.co/papers/2510.05592) |
|
| 590 |
[GitHub](https://github.com/lupantech/AgentFlow) |
|
| 591 |
+
[YouTube](https://www.youtube.com/watch?v=kIQbCQIH1SI)
|
| 592 |
|
| 593 |
> β³ **Note:** The first query may take ~20 seconds to initialize AgentFlow. Subsequent queries will be super fast.
|
| 594 |
>
|