Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pavanjava
/
a2a-python
Public
forked from
a2aproject/a2a-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on May 15, 2025
fix: correcting typos in various files (#10)
didier-durand
authored
a6d327a
View commit details
Copy full SHA for a6d327a
Browse repository at this point
fix: Fix mypy errors and enable streaming for hw example (#15)
kthota-g
authored
36bfdfd
View commit details
Copy full SHA for 36bfdfd
Browse repository at this point
feat: Merge latest changes (#7)
Show description for 224d4f5
kthota-g
and
mikeas1
authored
224d4f5
View commit details
Copy full SHA for 224d4f5
Browse repository at this point
Open Telemetry for A2A-Python-SDK (#6)
rajeshvelicheti
authored
0c3f633
View commit details
Copy full SHA for 0c3f633
Browse repository at this point
Commits on May 14, 2025
chore: Ran formatting (#2)
holtskinner
authored
5dd2ed1
View commit details
Copy full SHA for 5dd2ed1
Browse repository at this point
ci: Add Linters/Automation (#1)
holtskinner
authored
cb4c958
View commit details
Copy full SHA for cb4c958
Browse repository at this point
Update CONTRIBUTING.md
DJ-os
authored and
holtskinner
committed
9119e9d
View commit details
Copy full SHA for 9119e9d
Browse repository at this point
Update and rename CONTRIBUTING to CONTRIBUTING.md
DJ-os
authored and
holtskinner
committed
edf8077
View commit details
Copy full SHA for edf8077
Browse repository at this point
Rename CONTRIBUTING.md to CONTRIBUTING
DJ-os
authored and
holtskinner
committed
b2fed13
View commit details
Copy full SHA for b2fed13
Browse repository at this point
Create SECURITY.md
DJ-os
authored and
holtskinner
committed
91d278d
View commit details
Copy full SHA for 91d278d
Browse repository at this point
Create CODE_OF_CONDUCT.md
DJ-os
authored and
holtskinner
committed
471d83f
View commit details
Copy full SHA for 471d83f
Browse repository at this point
Create CONTRIBUTING.md
DJ-os
authored and
holtskinner
committed
bf8f321
View commit details
Copy full SHA for bf8f321
Browse repository at this point
Create LICENSE
DJ-os
authored and
holtskinner
committed
835cebd
View commit details
Copy full SHA for 835cebd
Browse repository at this point
Create README.md
DJ-os
authored and
holtskinner
committed
a818e07
View commit details
Copy full SHA for a818e07
Browse repository at this point
Fix a typing issue I introduced
Show description for d06be0d
mikeas1
committed
d06be0d
View commit details
Copy full SHA for d06be0d
Browse repository at this point
Merge "Create an example showing an ADK agent using an authenticated tool." into main
mikeas1
authored and
Gerrit Code Review
committed
49b8d7b
View commit details
Copy full SHA for 49b8d7b
Browse repository at this point
Fix broken tests
Show description for a284881
kthota-g
committed
a284881
View commit details
Copy full SHA for a284881
Browse repository at this point
Merge "Fixes for types and random issues" into main
kthota-g
authored and
Gerrit Code Review
committed
11e6afa
View commit details
Copy full SHA for 11e6afa
Browse repository at this point
Fixes for types and random issues
Show description for 129db8b
kthota-g
committed
129db8b
View commit details
Copy full SHA for 129db8b
Browse repository at this point
Merge "Client refactoring and other fixes" into main
kthota-g
authored and
Gerrit Code Review
committed
aba88fc
View commit details
Copy full SHA for aba88fc
Browse repository at this point
Client refactoring and other fixes
Show description for 2ce2bdb
kthota-g
committed
2ce2bdb
View commit details
Copy full SHA for 2ce2bdb
Browse repository at this point
Merge "Validate agent capabilities before invoking api" into main
rajeshvelicheti
authored and
Gerrit Code Review
committed
045f8a4
View commit details
Copy full SHA for 045f8a4
Browse repository at this point
Commits on May 13, 2025
Validate agent capabilities before invoking api
Show description for 92a4445
rajeshvelicheti
committed
92a4445
View commit details
Copy full SHA for 92a4445
Browse repository at this point
Merge changes I78b86be0,I50f02088 into main
Show description for abf68d0
pstephengoogle
authored and
Gerrit Code Review
committed
abf68d0
View commit details
Copy full SHA for abf68d0
Browse repository at this point
Merge "Add QueueManager abstraction and implement in memory version." into main
pstephengoogle
authored and
Gerrit Code Review
committed
cbbb7bb
View commit details
Copy full SHA for cbbb7bb
Browse repository at this point
Create an example showing an ADK agent using an authenticated tool.
Show description for 618d603
mikeas1
committed
618d603
View commit details
Copy full SHA for 618d603
Browse repository at this point
Run `uv run ruff format` from repo root
Show description for 946381c
mikeas1
committed
946381c
View commit details
Copy full SHA for 946381c
Browse repository at this point
Turn Message -> str into a resuable utility method
Show description for 6459c07
mikeas1
committed
6459c07
View commit details
Copy full SHA for 6459c07
Browse repository at this point
Add QueueManager abstraction and implement in memory version.
Show description for 0356855
pstephengoogle
committed
0356855
View commit details
Copy full SHA for 0356855
Browse repository at this point
Type fixes and message stream fixes
Show description for a12333e
kthota-g
committed
a12333e
View commit details
Copy full SHA for a12333e
Browse repository at this point
Miscellaneous fixes
Show description for f63189f
kthota-g
committed
f63189f
View commit details
Copy full SHA for f63189f
Browse repository at this point
Update the system to refactor for multi transport support
Show description for 9b0f264
pstephengoogle
committed
9b0f264
View commit details
Copy full SHA for 9b0f264
Browse repository at this point
Commits on May 9, 2025
Fix method name to message/stream
Show description for 58a3aa2
kthota-g
committed
58a3aa2
View commit details
Copy full SHA for 58a3aa2
Browse repository at this point
Refactor code base
Show description for 80ae082
kthota-g
committed
80ae082
View commit details
Copy full SHA for 80ae082
Browse repository at this point
Commits on May 7, 2025
support for stateless txns and clean up
Show description for 990d5ff
kthota-g
committed
990d5ff
View commit details
Copy full SHA for 990d5ff
Browse repository at this point
Previous
Next
You can’t perform that action at this time.