Skip to content

Commit 807fc16

Browse files
authored
feat: add comedian agent and datetime utility tool to project structure
1 parent 023aa8a commit 807fc16

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@ If you want to use the [Google Gen AI SDK](https://googleapis.github.io/python-g
2020
```
2121
app/
2222
main.py # FastAPI app and Slack Bolt handlers
23+
agents/
24+
comedian.py # ex: Comedian agent implementation
25+
tools/
26+
get_current_datetime.py # ex: Date/time utility tool
2327
scripts/
2428
deploy.sh # Helper script to deploy to Cloud Run
25-
Dockerfile # Container definition for Cloud Run
26-
requirements.txt # Python dependencies
29+
Dockerfile # Container definition for Cloud Run
30+
requirements.txt # Python dependencies
31+
llms.txt # ADK documentation for LLM reference
32+
llms-full.txt # Extended ADK documentation for LLM context
2733
```
2834

2935
## Prerequisites

0 commit comments

Comments
 (0)