ZhuofengLi commited on
Commit
8279524
Β·
verified Β·
1 Parent(s): b2c5439

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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://arxiv.org/abs/2510.05592) |
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
  >