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
🔄 Updated Dependencies:
- All samples now use gem from https://github.com/traylinx/a2a-ruby.git
- Updated Gemfiles to use git source instead of local path
- Simplified setup process - no local gem installation needed
📚 Updated Documentation:
- README.md updated with GitHub gem installation
- QUICK_START.md simplified setup instructions
- Fixed CHANGELOG.md date to correct 2025-09-15
- Updated all repository links to traylinx organization
🛠 Improved Setup:
- setup.sh script updated for GitHub gem source
- Bundler handles all dependencies automatically
- No manual gem installation required
✅ Benefits:
- Always uses latest development version
- Easier setup for contributors
- No need for local a2a-ruby repository
Copy file name to clipboardExpand all lines: README.md
+7-19Lines changed: 7 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# A2A Ruby Sample Applications
2
2
3
-
This repository contains sample applications demonstrating how to use the [A2A Ruby SDK](https://github.com/a2aproject/a2a-ruby) to build agent-to-agent communication systems.
3
+
This repository contains sample applications demonstrating how to use the [A2A Ruby SDK](https://github.com/traylinx/a2a-ruby) to build agent-to-agent communication systems.
4
4
5
5
## ✅ **Fully Functional & Production Ready**
6
6
7
7
All sample applications are working perfectly with the A2A Ruby gem:
8
-
- ✅ **Global Installation** - `gem install a2a-ruby` works without conflicts
8
+
- ✅ **GitHub Installation** - Uses latest development version from GitHub
9
9
- ✅ **JSON-RPC Method Calls** - All method calls work correctly
10
10
- ✅ **Cross-Stack Compatible** - Works with Python A2A agents
11
11
- ✅ **Production Ready** - Clean dependencies and stable operation
@@ -14,29 +14,17 @@ All sample applications are working perfectly with the A2A Ruby gem:
14
14
15
15
### Prerequisites
16
16
- Ruby 2.7+ and Bundler
17
-
-A2A Ruby gem (install globally or use local development)
The samples use the A2A Ruby gem directly from GitHub repository, so no separate gem installation is needed. Bundler will handle all dependencies automatically.
0 commit comments