Skip to content

Docs updates for Agno v2.5.6#558

Open
shaloo wants to merge 11 commits intomainfrom
shaloo/docs-updates-v2.5.6
Open

Docs updates for Agno v2.5.6#558
shaloo wants to merge 11 commits intomainfrom
shaloo/docs-updates-v2.5.6

Conversation

@shaloo
Copy link
Contributor

@shaloo shaloo commented Mar 4, 2026

Description

Doc Updates for v2.5.6

  • GitHub auth update besides PAT
  • Approval Status API
  • Traces search filter
  • Teams streaming support
  • Slack interface page now reflects current SDK params from source (token,
    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.
  • File toolkit page fixed stale names (enable_read_file_chunk,
    read_file_chunk)and added missing enable_search_content / search_content.
  • File tools example now includes the enable_search_content usage pattern and
    runtime example.
  • AgentOS client page now includes search_traces(...) usage with FilterExpr
    DSL.
  • HITL page fixed malformed /continue curl payload and added the admin-
    resolved continuation example with empty tools.
  • OpenAI Responses examples overview now links to direct file input.
  • Added missing file-input-direct example page based on ../agno/
    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

  • Bug fix (errors, broken links, outdated info)
  • New content
  • Content improvement
  • Other: ____

Related Issues/PRs (if applicable)

  • Closes #____
  • Related SDK PR: agno-agi/agno#____

Checklist

  • Content is accurate and up-to-date
  • All links tested and working
  • Code examples verified (if applicable)
  • Spelling and grammar checked
  • Screenshots updated (if applicable)

    AgentOS uploads including image/heic and image/heif
@shaloo shaloo changed the title [WIP] Docs updates for Agno v2.5.6 Docs updates for Agno v2.5.6 Mar 4, 2026
print(f"URL: {e.base_url}")
```

## Trace Search
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these will only be there if the mode of the team is task one. so maybe we should mention that in a comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants