docs(agno): add Cloud API URL to quickstart and config default#1696
Merged
Conversation
Lead README + docs Quick Start with Cloud sign-up + Cloud API URL. Bulk-replace localhost:8888 examples with Cloud URL. Demote self-hosted to a 'Self-hosting (local development)' section below. Update docstring examples in __init__.py and tools.py. No framework guide exists for agno (skipped). Includes 2-line incidental skills/hindsight-docs/ regen drift. Note: 8 pre-existing test failures in tests/test_tools.py (TestResolveClient and friends) exist on main — production code passes user_agent kwarg to Hindsight() but the assertions don't expect it. Out of scope for this PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 8 of the Cloud-first rollout. README + docs page reordered to lead with Cloud (no framework guide exists for agno). Bulk-replaces
localhost:8888examples with Cloud URL across both surfaces.Note on tests: There are 8 pre-existing test failures in
tests/test_tools.pythat exist on main — production code passes auser_agentkwarg toHindsight()but the test assertions don't expect it. Those failures exist with or without this PR and are out of scope; happy to address in a follow-up if you want.Includes 2-line incidental
skills/hindsight-docs/regen drift.