Open
Conversation
…ask event streaming support note.
the agno.tools.google package.
…h uploads to a vector store.
AgentOS uploads including image/heic and image/heif
…formats, cleaned up other sections as well
kausmeows
approved these changes
Mar 5, 2026
| print(f"URL: {e.base_url}") | ||
| ``` | ||
|
|
||
| ## Trace Search |
Contributor
There was a problem hiding this comment.
dont think this should be here, just the api endpoints reference we added previously is fine
| name="My Repository", | ||
| repo="private/repo", | ||
| token=getenv("GITHUB_TOKEN"), # Fine-grained PAT with Contents: read | ||
| # GitHub App auth requires PyJWT with cryptography and a PEM private key |
Contributor
There was a problem hiding this comment.
@willemcdejongh for any more updates in doc needed for this?
| ]: | ||
| print(f"\nTEAM EVENT: {run_output_event.event}") | ||
|
|
||
| if run_output_event.event == TeamRunEvent.task_created: |
Contributor
There was a problem hiding this comment.
these will only be there if the mode of the team is task one. so maybe we should mention that in a comment.
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.
Description
Doc Updates for v2.5.6
signing_secret, streaming, loading_messages, task_display_mode,
loading_text, suggested_prompts, ssl, buffer_size, max_file_size) and fixed
cookbook path 05_agent_os.
read_file_chunk)and added missing enable_search_content / search_content.
enable_search_contentusage pattern andruntime example.
DSL.
resolved continuation example with empty tools.
cookbook/90_models/openai/responses/file_input_direct.py.
Note: Your PR title must follow conventional commit format (e.g.,
docs: add auth guide,fix: correct broken links,style: update formatting). See CONTRIBUTING.md for details.Type of Change
Related Issues/PRs (if applicable)
Checklist