a2a-adapter 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/PKG-INFO +11 -11
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/README.md +5 -5
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter.egg-info/PKG-INFO +11 -11
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/pyproject.toml +6 -6
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/LICENSE +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter/__init__.py +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter/adapter.py +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter/client.py +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter/integrations/__init__.py +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter/integrations/callable.py +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter/integrations/crewai.py +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter/integrations/langchain.py +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter/integrations/n8n.py +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter/loader.py +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter.egg-info/SOURCES.txt +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter.egg-info/dependency_links.txt +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter.egg-info/requires.txt +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/a2a_adapter.egg-info/top_level.txt +0 -0
- {a2a_adapter-0.1.1 → a2a_adapter-0.1.2}/setup.cfg +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: a2a-adapter
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A2A Protocol Adapter SDK for integrating various agent frameworks
|
|
5
5
|
Author-email: HYBRO AI <info@hybro.ai>
|
|
6
|
-
License:
|
|
7
|
-
Project-URL: Homepage, https://github.com/
|
|
8
|
-
Project-URL: Documentation, https://github.com/
|
|
9
|
-
Project-URL: Repository, https://github.com/
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/hybroai/a2a-adapter
|
|
8
|
+
Project-URL: Documentation, https://github.com/hybroai/a2a-adapter#readme
|
|
9
|
+
Project-URL: Repository, https://github.com/hybroai/a2a-adapter
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
|
-
Classifier: License :: OSI Approved ::
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -532,15 +532,15 @@ Apache-2.0 License - see [LICENSE](LICENSE) file for details.
|
|
|
532
532
|
|
|
533
533
|
Built with ❤️ by [HYBRO AI](https://hybro.ai)
|
|
534
534
|
|
|
535
|
-
Powered by the [A2A Protocol](https://github.com/
|
|
535
|
+
Powered by the [A2A Protocol](https://github.com/a2aproject/A2A)
|
|
536
536
|
|
|
537
537
|
## 💬 Community & Support
|
|
538
538
|
|
|
539
539
|
- 📚 **[Full Documentation](README.md)** - Complete API reference and guides
|
|
540
540
|
- 🚀 **[Quick Start Guide](QUICKSTART.md)** - Get started in 5 minutes
|
|
541
541
|
- 🏗️ **[Architecture Guide](ARCHITECTURE.md)** - Deep dive into design decisions
|
|
542
|
-
- 🐛 **[Report Issues](https://github.com/
|
|
543
|
-
- 💬 **[Discussions](https://github.com/
|
|
542
|
+
- 🐛 **[Report Issues](https://github.com/hybroai/a2a-adapter/issues)** - Found a bug? Let us know!
|
|
543
|
+
- 💬 **[Discussions](https://github.com/hybroai/a2a-adapter/discussions)** - Ask questions and share ideas
|
|
544
544
|
- 🤝 **[Contributing Guide](CONTRIBUTING.md)** - Want to contribute? Start here!
|
|
545
545
|
|
|
546
546
|
## 📄 License
|
|
@@ -550,8 +550,8 @@ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENS
|
|
|
550
550
|
## 🙏 Acknowledgments
|
|
551
551
|
|
|
552
552
|
- Built with ❤️ by [HYBRO AI](https://hybro.ai)
|
|
553
|
-
- Powered by the [A2A Protocol](https://github.com/
|
|
554
|
-
- Thanks to all [contributors](https://github.com/
|
|
553
|
+
- Powered by the [A2A Protocol](https://github.com/a2aproject/A2A)
|
|
554
|
+
- Thanks to all [contributors](https://github.com/hybroai/a2a-adapter/graphs/contributors) who make this project better!
|
|
555
555
|
|
|
556
556
|
---
|
|
557
557
|
|
|
@@ -487,15 +487,15 @@ Apache-2.0 License - see [LICENSE](LICENSE) file for details.
|
|
|
487
487
|
|
|
488
488
|
Built with ❤️ by [HYBRO AI](https://hybro.ai)
|
|
489
489
|
|
|
490
|
-
Powered by the [A2A Protocol](https://github.com/
|
|
490
|
+
Powered by the [A2A Protocol](https://github.com/a2aproject/A2A)
|
|
491
491
|
|
|
492
492
|
## 💬 Community & Support
|
|
493
493
|
|
|
494
494
|
- 📚 **[Full Documentation](README.md)** - Complete API reference and guides
|
|
495
495
|
- 🚀 **[Quick Start Guide](QUICKSTART.md)** - Get started in 5 minutes
|
|
496
496
|
- 🏗️ **[Architecture Guide](ARCHITECTURE.md)** - Deep dive into design decisions
|
|
497
|
-
- 🐛 **[Report Issues](https://github.com/
|
|
498
|
-
- 💬 **[Discussions](https://github.com/
|
|
497
|
+
- 🐛 **[Report Issues](https://github.com/hybroai/a2a-adapter/issues)** - Found a bug? Let us know!
|
|
498
|
+
- 💬 **[Discussions](https://github.com/hybroai/a2a-adapter/discussions)** - Ask questions and share ideas
|
|
499
499
|
- 🤝 **[Contributing Guide](CONTRIBUTING.md)** - Want to contribute? Start here!
|
|
500
500
|
|
|
501
501
|
## 📄 License
|
|
@@ -505,8 +505,8 @@ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENS
|
|
|
505
505
|
## 🙏 Acknowledgments
|
|
506
506
|
|
|
507
507
|
- Built with ❤️ by [HYBRO AI](https://hybro.ai)
|
|
508
|
-
- Powered by the [A2A Protocol](https://github.com/
|
|
509
|
-
- Thanks to all [contributors](https://github.com/
|
|
508
|
+
- Powered by the [A2A Protocol](https://github.com/a2aproject/A2A)
|
|
509
|
+
- Thanks to all [contributors](https://github.com/hybroai/a2a-adapter/graphs/contributors) who make this project better!
|
|
510
510
|
|
|
511
511
|
---
|
|
512
512
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: a2a-adapter
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A2A Protocol Adapter SDK for integrating various agent frameworks
|
|
5
5
|
Author-email: HYBRO AI <info@hybro.ai>
|
|
6
|
-
License:
|
|
7
|
-
Project-URL: Homepage, https://github.com/
|
|
8
|
-
Project-URL: Documentation, https://github.com/
|
|
9
|
-
Project-URL: Repository, https://github.com/
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/hybroai/a2a-adapter
|
|
8
|
+
Project-URL: Documentation, https://github.com/hybroai/a2a-adapter#readme
|
|
9
|
+
Project-URL: Repository, https://github.com/hybroai/a2a-adapter
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
|
-
Classifier: License :: OSI Approved ::
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -532,15 +532,15 @@ Apache-2.0 License - see [LICENSE](LICENSE) file for details.
|
|
|
532
532
|
|
|
533
533
|
Built with ❤️ by [HYBRO AI](https://hybro.ai)
|
|
534
534
|
|
|
535
|
-
Powered by the [A2A Protocol](https://github.com/
|
|
535
|
+
Powered by the [A2A Protocol](https://github.com/a2aproject/A2A)
|
|
536
536
|
|
|
537
537
|
## 💬 Community & Support
|
|
538
538
|
|
|
539
539
|
- 📚 **[Full Documentation](README.md)** - Complete API reference and guides
|
|
540
540
|
- 🚀 **[Quick Start Guide](QUICKSTART.md)** - Get started in 5 minutes
|
|
541
541
|
- 🏗️ **[Architecture Guide](ARCHITECTURE.md)** - Deep dive into design decisions
|
|
542
|
-
- 🐛 **[Report Issues](https://github.com/
|
|
543
|
-
- 💬 **[Discussions](https://github.com/
|
|
542
|
+
- 🐛 **[Report Issues](https://github.com/hybroai/a2a-adapter/issues)** - Found a bug? Let us know!
|
|
543
|
+
- 💬 **[Discussions](https://github.com/hybroai/a2a-adapter/discussions)** - Ask questions and share ideas
|
|
544
544
|
- 🤝 **[Contributing Guide](CONTRIBUTING.md)** - Want to contribute? Start here!
|
|
545
545
|
|
|
546
546
|
## 📄 License
|
|
@@ -550,8 +550,8 @@ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENS
|
|
|
550
550
|
## 🙏 Acknowledgments
|
|
551
551
|
|
|
552
552
|
- Built with ❤️ by [HYBRO AI](https://hybro.ai)
|
|
553
|
-
- Powered by the [A2A Protocol](https://github.com/
|
|
554
|
-
- Thanks to all [contributors](https://github.com/
|
|
553
|
+
- Powered by the [A2A Protocol](https://github.com/a2aproject/A2A)
|
|
554
|
+
- Thanks to all [contributors](https://github.com/hybroai/a2a-adapter/graphs/contributors) who make this project better!
|
|
555
555
|
|
|
556
556
|
---
|
|
557
557
|
|
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "a2a-adapter"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "A2A Protocol Adapter SDK for integrating various agent frameworks"
|
|
9
9
|
readme = "README.md"
|
|
10
|
-
license = {text = "
|
|
10
|
+
license = {text = "Apache-2.0"}
|
|
11
11
|
authors = [
|
|
12
12
|
{name = "HYBRO AI", email = "info@hybro.ai"}
|
|
13
13
|
]
|
|
@@ -15,7 +15,7 @@ requires-python = ">=3.11"
|
|
|
15
15
|
classifiers = [
|
|
16
16
|
"Development Status :: 3 - Alpha",
|
|
17
17
|
"Intended Audience :: Developers",
|
|
18
|
-
"License :: OSI Approved ::
|
|
18
|
+
"License :: OSI Approved :: Apache Software License",
|
|
19
19
|
"Programming Language :: Python :: 3",
|
|
20
20
|
"Programming Language :: Python :: 3.11",
|
|
21
21
|
"Programming Language :: Python :: 3.12",
|
|
@@ -49,9 +49,9 @@ dev = [
|
|
|
49
49
|
]
|
|
50
50
|
|
|
51
51
|
[project.urls]
|
|
52
|
-
Homepage = "https://github.com/
|
|
53
|
-
Documentation = "https://github.com/
|
|
54
|
-
Repository = "https://github.com/
|
|
52
|
+
Homepage = "https://github.com/hybroai/a2a-adapter"
|
|
53
|
+
Documentation = "https://github.com/hybroai/a2a-adapter#readme"
|
|
54
|
+
Repository = "https://github.com/hybroai/a2a-adapter"
|
|
55
55
|
|
|
56
56
|
[tool.setuptools]
|
|
57
57
|
packages = ["a2a_adapter", "a2a_adapter.integrations"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|