https://github.com/agentic-layer/showcase-news
Small demo showcasing the components of the Agentic Layer
https://github.com/agentic-layer/showcase-news
Last synced: 2 months ago
JSON representation
Small demo showcasing the components of the Agentic Layer
- Host: GitHub
- URL: https://github.com/agentic-layer/showcase-news
- Owner: agentic-layer
- License: apache-2.0
- Created: 2025-09-15T15:49:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-29T04:43:18.000Z (3 months ago)
- Last Synced: 2026-01-01T00:55:34.140Z (3 months ago)
- Language: Python
- Size: 1.02 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agentic AI News Showcase
This showcase demonstrates multi-agent AI communication using the Agentic Layer platform.
Find out more about the Agentic Layer on our [landing page](http://agentic-layer.ai/) and in
our [documentation](https://docs.agentic-layer.ai/).

---
## Getting Started
For detailed setup instructions and a step-by-step tutorial, see our comprehensive guide:
**📖 [News Showcase Tutorial](https://docs.agentic-layer.ai/home/main/tutorials/showcase-news.html)**
### Quick Start
If you have Docker, kubectl, and Tilt installed:
1. Clone this repo and set your `GOOGLE_API_KEY` environment variable
2. Point kubectl to a local Kubernetes cluster
3. Run `tilt up` and wait for all components to start
For additional tools, try the [a2a-inspector](https://github.com/a2aproject/a2a-inspector) for GUI-based agent
interaction.