https://github.com/satendrakumar/agents-using-google-adk
Create agents using google-adk
https://github.com/satendrakumar/agents-using-google-adk
agentic-ai google-adk llm ollama qwen3 vllm
Last synced: 2 months ago
JSON representation
Create agents using google-adk
- Host: GitHub
- URL: https://github.com/satendrakumar/agents-using-google-adk
- Owner: satendrakumar
- Created: 2025-07-25T05:58:02.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-07-25T06:15:20.000Z (2 months ago)
- Last Synced: 2025-07-25T11:57:41.270Z (2 months ago)
- Topics: agentic-ai, google-adk, llm, ollama, qwen3, vllm
- Language: Jupyter Notebook
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# agents-using-google-adk
### Run agent on Local:
```shell
$ uv sync
$ adk web
# or
$ adk run multi_tool_agent
```### Run Agent inside docker:
```shell
docker build -t agent-rest:v1 .docker run --name agent-rest -p 8000:8000 -e PORT=8000 agent-rest:v1.0.0
http://localhost:8000/dev-ui
```