Skip to content

Commit

Permalink
fix broken links (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje authored Sep 12, 2024
1 parent 27c0beb commit 8aaba85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/en/user-guide/runtime/autogen/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Ensure you have set your OpenAI API key in the environment and that the weather

This example demonstrates the power of the **AutoGen** runtime within FastAgency, showing how easy it is to integrate LLM-powered agents with real-time API services. By leveraging FastAgency, developers can quickly create interactive, scalable applications that interact with external data sources in real-time.

For more detailed documentation, visit the [AutoGen Reference](../../../../api/fastagency/runtime/autogen/AutoGenWorkflows/).
For more detailed documentation, visit the [AutoGen Reference](../../../api/fastagency/runtime/autogen/AutoGenWorkflows/).
2 changes: 1 addition & 1 deletion docs/docs/en/user-guide/ui/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The **ConsoleUI** provides a command-line interface for interacting with FastAge
### 2. **[MesopUI](./mesop/basics/)**
The **MesopUI** is a web-based interface that enables users to interact with agents through a browser. This UI is designed for applications that need a more graphical and interactive experience for users.

[Learn more about MesopUI →](./mesop/basics/basics/)
[Learn more about MesopUI →](./mesop/basics/)

### 3. **[FastAPI UI (Coming Soon)](./fastapi/basics/)**
FastAgency will soon introduce **FastAPI UI** support, which will allow you to build multi-agent systems with a FastAPI backend. This will enable seamless integration with RESTful APIs for modern web applications.
Expand Down

0 comments on commit 8aaba85

Please sign in to comment.