index.rst 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Welcome to AIOS!
  2. ================
  3. .. raw:: html
  4. <h1 style="text-align:center">
  5. <strong>AIOS: LLM Agent Operating System
  6. </strong>
  7. </h1>
  8. <p style="text-align:center">
  9. <script async defer src="https://buttons.github.io/buttons.js"></script>
  10. <a class="github-button" href="https://github.com/agiresearch/AIOS" data-show-count="true" data-size="large" aria-label="Star">Star</a>
  11. <a class="github-button" href="https://github.com/agiresearch/AIOS/subscription" data-icon="octicon-eye" data-size="large" aria-label="Watch">Watch</a>
  12. <a class="github-button" href="https://github.com/agiresearch/AIOS/fork" data-icon="octicon-repo-forked" data-size="large" aria-label="Fork">Fork</a>
  13. </p>
  14. The goal of AIOS is to build a large language model (LLM) agent operating system,
  15. which intends to embed large language model into the operating system as the brain of the OS.
  16. AIOS is designed to address problems (e.g., scheduling, context switch, memory management, etc.) during the development and deployment of LLM-based agents,
  17. for a better ecosystem among agent developers and users.
  18. Documentation
  19. -------------
  20. .. toctree::
  21. :maxdepth: 1
  22. :caption: Get Started
  23. get_started/installation
  24. get_started/quickstart
  25. .. toctree::
  26. :maxdepth: 1
  27. :caption: For Agent Developers
  28. agent_developer/development_rules
  29. agent_developer/minimal_example.rst
  30. agent_developer/agent_framework/framework_index
  31. .. toctree::
  32. :maxdepth: 1
  33. :caption: For AIOS Developers
  34. aios_developer/llm_core/llm_index
  35. aios_developer/scheduler/scheduler_index
  36. .. toctree::
  37. :maxdepth: 1
  38. :caption: API References
  39. api_references/index