We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023aa8a commit 807fc16Copy full SHA for 807fc16
1 file changed
README.md
@@ -20,10 +20,16 @@ If you want to use the [Google Gen AI SDK](https://googleapis.github.io/python-g
20
```
21
app/
22
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
27
scripts/
28
deploy.sh # Helper script to deploy to Cloud Run
-Dockerfile # Container definition for Cloud Run
-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
33
34
35
## Prerequisites
0 commit comments