Niko Gamulin

Results 4 comments of Niko Gamulin

@SnirShechter Yes. I have been using this tool for other non-training tasks and therefore would like to set more appropriate title

Try to read the book source from this address: http://www.gutenberg.org/files/2701/2701-0.txt Set the link here: def get_data(download=not os.path.exists(DATA_FILE)): """Downloads and parses Moby Dick.""" if download: subprocess.check_output( ['wget', 'http://www.gutenberg.org/files/2701/2701-0.txt', '-O', DATA_FILE]) ...

Here is the code I used to modify an .eml (email) file with attachments: ``` root_agent = Agent( name="weather_time_agent", model="gemini-2.0-flash", description=( "Agent to answer questions about the time and weather...

I wanted to use adk web. Regarding the artifact service, it works so I miss the connection - how to pass the attachment from adk web to artifact service. Additionally,...