Skip to content

fix: revert breaking change on "debug" property of agent - #1415

Closed
ranst91 wants to merge 1 commit into
mainfrom
fix/revert-breaking-change-debug-prop
Closed

fix: revert breaking change on "debug" property of agent#1415
ranst91 wants to merge 1 commit into
mainfrom
fix/revert-breaking-change-debug-prop

Conversation

@ranst91

@ranst91 ranst91 commented Apr 2, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@ranst91
ranst91 requested a review from a team as a code owner April 2, 2026 09:11
@vercel

vercel Bot commented Apr 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ag-ui-dojo Error Error Apr 2, 2026 9:13am

Request Review

@github-actions

github-actions Bot commented Apr 2, 2026

Copy link
Copy Markdown
Contributor

Python Preview Packages

Version 0.0.0.dev1775121114 published to TestPyPI.

Warning: These packages are built from contributor code that may not yet have been vetted for correctness or security. Install at your own risk and do not use in production.

Install with uv

Add the TestPyPI index to your pyproject.toml:

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
explicit = true

Then install the packages you need:

# Core SDK
uv add 'ag-ui-protocol==0.0.0.dev1775121114' --index testpypi

# Integrations (each already depends on the matching ag-ui-protocol preview)
uv add 'ag-ui-langgraph==0.0.0.dev1775121114' --index testpypi
uv add 'ag-ui-crewai==0.0.0.dev1775121114' --index testpypi
# NOTE: ag-ui-agent-spec depends on pyagentspec (git-only, not on PyPI).
# You will need to install pyagentspec separately from its git repo.
uv add 'ag-ui-agent-spec==0.0.0.dev1775121114' --index testpypi
uv add 'ag_ui_adk==0.0.0.dev1775121114' --index testpypi
uv add 'ag_ui_strands==0.0.0.dev1775121114' --index testpypi

Install with pip

pip install \
  --index-url https://test.pypi.org/simple/ \
  --extra-index-url https://pypi.org/simple/ \
  ag-ui-protocol==0.0.0.dev1775121114

Use --extra-index-url https://pypi.org/simple/ so pip can resolve
transitive dependencies (pydantic, fastapi, etc.) from real PyPI.


Commit: cd5b0fe

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.

1 participant