No description
Find a file
2026-04-17 18:06:35 +08:00
calculator Chapter 2 complete 2026-04-17 18:03:46 +08:00
functions Chapter 2 complete 2026-04-17 18:03:46 +08:00
.gitignore Initial commit 2026-04-16 21:38:57 +08:00
.python-version Initial commit 2026-04-16 21:38:57 +08:00
config.py Chapter 2 complete 2026-04-17 18:03:46 +08:00
main.py Chapter 2 complete 2026-04-17 18:03:46 +08:00
prompts.py Chapter 2 complete 2026-04-17 18:03:46 +08:00
pyproject.toml Initial commit 2026-04-16 21:38:57 +08:00
README.md Add information to readme 2026-04-17 18:05:50 +08:00
test_get_file_content.py Chapter 2 complete 2026-04-17 18:03:46 +08:00
test_get_files_info.py Chapter 2 complete 2026-04-17 18:03:46 +08:00
test_run_python_file.py Chapter 2 complete 2026-04-17 18:03:46 +08:00
test_write_file.py Chapter 2 complete 2026-04-17 18:03:46 +08:00
uv.lock Initial commit 2026-04-16 21:38:57 +08:00

Agent One

  • An implementation of a simple agent using the Gemini API and Python
  • Coded along with the Boot.Dev Build an AI Agent in Python course