Skip to content

Commit

Permalink
chore: updated documentation link to point to new (#348)
Browse files Browse the repository at this point in the history
* chore: updated documentation site url

* chore: updated documentation link in homepage
  • Loading branch information
joshprk authored Nov 30, 2024
1 parent 1633094 commit 11ac148
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<a href='https://arxiv.org/abs/2403.16971'><img src='https://img.shields.io/badge/Paper-PDF-red'></a>
<a href='https://arxiv.org/abs/2312.03815'><img src='https://img.shields.io/badge/Paper-PDF-blue'></a>
<a href='https://aios-3.gitbook.io/'><img src='https://img.shields.io/badge/Documentation-AIOS-green'></a>
<a href='https://docs.aios.foundation/'><img src='https://img.shields.io/badge/Documentation-AIOS-green'></a>
[![Code License](https://img.shields.io/badge/Code%20License-MIT-orange.svg)](https://github.com/agiresearch/AIOS/blob/main/LICENSE)
<a href='https://discord.gg/B2HFxEgTJX'><img src='https://img.shields.io/badge/Community-Discord-8A2BE2'></a>
[![Gurubase](https://img.shields.io/badge/Gurubase-Ask%20AIOS%20Guru-006BFF)](https://gurubase.io/g/aios)
Expand All @@ -29,7 +29,7 @@ Below shows how agents utilize AIOS-Agent SDK to interact with AIOS kernel and h
</p>

## πŸ“° News
- **[2024-09-01]** πŸ”₯ AIOS supports multiple agent creation frameworks (e.g., ReAct, Reflexion, OpenAGI, AutoGen, Open Interpreter, MetaGPT). Agents created by these frameworks can onboard AIOS. Onboarding guidelines can be found at the [Doc](https://aios-3.gitbook.io/aios-docs/aios-agent/how-to-develop-agents).
- **[2024-09-01]** πŸ”₯ AIOS supports multiple agent creation frameworks (e.g., ReAct, Reflexion, OpenAGI, AutoGen, Open Interpreter, MetaGPT). Agents created by these frameworks can onboard AIOS. Onboarding guidelines can be found at the [Doc](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents).
- **[2024-07-10]** πŸ“– AIOS documentation is up, which can be found at [Website](https://aios-3.gitbook.io/).
- **[2024-06-20]** πŸ”₯ Function calling for open-sourced LLMs (native huggingface, vLLM, ollama) is supported.
- **[2024-05-20]** πŸš€ More agents with ChatGPT-based tool calling are added (i.e., MathAgent, RecAgent, TravelAgent, AcademicAgent and CreationAgent), their profiles and workflows can be found in [OpenAGI](https://github.com/agiresearch/OpenAGI).
Expand All @@ -42,10 +42,10 @@ Below shows how agents utilize AIOS-Agent SDK to interact with AIOS kernel and h


## ✈️ Getting Started
Please see our ongoing [documentation](https://aios-3.gitbook.io/) for more information.
- [Installation](https://aios-3.gitbook.io/aios-docs/getting-started/installation)
- [Quickstart](https://aios-3.gitbook.io/aios-docs/getting-started/quickstart)
- [WebUI Quickstart](https://aios-3.gitbook.io/aios-docs/getting-started/webui-quickstart)
Please see our ongoing [documentation](https://docs.aios.foundation/) for more information.
- [Installation](https://docs.aios.foundation/aios-docs/getting-started/installation)
- [Quickstart](https://docs.aios.foundation/aios-docs/getting-started/quickstart)
- [WebUI Quickstart](https://docs.aios.foundation/aios-docs/getting-started/webui-quickstart)

### Installation
#### Requirements
Expand Down
2 changes: 1 addition & 1 deletion agenthub/components/homepage/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Hero = () => {
Get Started
</Link> */}
<a
href='https://aios-3.gitbook.io/'
href='https://docs.aios.foundation/'
target='_blank'
className='relative justify-center cursor-pointer inline-flex items-center space-x-2 text-center font-regular ease-out duration-200 rounded-md outline-none transition-all outline-0 focus-visible:outline-4 focus-visible:outline-offset-1 border text-foreground bg-getstarted hover:bg-selection border-strong hover:border-stronger focus-visible:outline-brand-600 data-[state=open]:bg-selection data-[state=open]:outline-brand-600 data-[state=open]:border-button-hover text-sm px-4 py-2 h-[38px]'>
Read the Docs
Expand Down

0 comments on commit 11ac148

Please sign in to comment.