AutoGPT/autogpt_platform/autogpt_libs
Reinier van der Leer 45578136e3
feat(frontend): Page-specific titles (#9995)
- Resolves #8656

Instead of "NextGen AutoGPT", make page titles like "My Test Agent -
Library - AutoGPT Platform", "Settings - AutoGPT Platform", "Builder -
AutoGPT Platform".

### Changes 🏗️

- Add specific page titles to `/library`, `/library/agents/[id]`,
`/build`, `/profile`, `/profile/api_keys`
- Fix page titles on `/marketplace`, `/profile/settings`

### Checklist 📋

#### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
  - [x] Go to `/marketplace` and check the page title
  - [x] Go to `/library` and check the page title
  - [x] Go to `/library/agents/[id]` and check the page title
  - [x] Go to `/build` and check the page title
  - [x] Go to `/profile` and check the page title
  - [x] Go to `/profile/settings` and check the page title
  - [x] Go to `/profile/api_keys` and check the page title
  - [ ] ~~Go to `/profile/dashboard` and check the page title~~
  - [ ] ~~Go to `/profile/integrations` and check the page title~~
  - [ ] ~~Go to `/profile/credits` and check the page title~~
2025-05-25 05:52:51 +00:00
..
autogpt_libs fix: Resolve `logger.warn(..)` deprecration warnings (#9938) 2025-05-16 10:56:03 +02:00
README.md feat(frontend): Page-specific titles (#9995) 2025-05-25 05:52:51 +00:00
poetry.lock chore(libs/deps-dev): Update `ruff` from 0.11.2 to 0.11.10 (#9775) 2025-05-16 10:42:45 +00:00
pyproject.toml chore(libs/deps-dev): Update `ruff` from 0.11.2 to 0.11.10 (#9775) 2025-05-16 10:42:45 +00:00

README.md

AutoGPT Libs

This is a new project to store shared functionality across different services in the AutoGPT Platform (e.g. authentication)