Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/en/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ if __name__ == "__main__":

## Documentation

- **[Highlights](../highlights.md)** — What's cool about this framework: short cases and intuitive examples
- **[Installation](installation.md)** — Detailed installation instructions for pip and Docker
- **[Agent Core Framework](../framework/main-concepts.md)** — Understand the core concepts and architecture
- **[Using as Library](../framework/first-steps.md)** — Learn how to use SGR Agent Core as a Python library
Expand Down
1 change: 1 addition & 0 deletions docs/ru/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ if __name__ == "__main__":

## Документация

- **[Highlights](../highlights.md)** — Что крутого во фреймворке: короткие кейсы и интуитивные примеры
- **[Установка](installation.md)** — Подробные инструкции по установке через pip и Docker
- **[Agent Core Framework](../framework/main-concepts.md)** — Поймите основные концепции и архитектуру
- **[Использование как библиотека](../framework/first-steps.md)** — Узнайте, как использовать SGR Agent Core как Python библиотеку
Expand Down
Loading