Google Team Member
|
95e33baf57
|
fix: add support for running python main function in UnsafeLocalCodeExecutor when the code has an if __name__ == "__main__" statement.
Fixes https://github.com/google/adk-python/issues/791
PiperOrigin-RevId: 765359512
|
2025-05-30 15:30:01 -07:00 |
|
Google Team Member
|
505d936007
|
The saved filename should include the original file name instead of a generated one.
PiperOrigin-RevId: 761727488
|
2025-05-21 17:09:47 -07:00 |
|
Wei Sun (Jack)
|
1773cdab96
|
chore: Batch organize imports with isort.
Command: `isort /src`
PiperOrigin-RevId: 761644934
|
2025-05-21 13:23:32 -07:00 |
|
Wei Sun (Jack)
|
5115474f2b
|
chore!: bump version to 1.0.0, updated changelog.md and removed src/google/adk/tools/built_in_code_execution_tool.py
Mark src/google/adk/tools/_built_in_code_execution_tool.py as private and will be fully removed soon.
PiperOrigin-RevId: 760889060
|
2025-05-19 20:31:27 -07:00 |
|
Wei Sun (Jack)
|
729001fc0b
|
chore: logger = logging.getLogger(__name__) --> logger = logging.getLogger('google_adk.' + __name__)
PiperOrigin-RevId: 760019467
|
2025-05-17 09:47:55 -07:00 |
|
Google Team Member
|
dc90c91ed1
|
Fix typo in import
PiperOrigin-RevId: 758736571
|
2025-05-14 10:20:24 -07:00 |
|
Liang Wu
|
22e4210b47
|
Deprecate BuiltInCodeExecutionTool in favor of BuiltInCodeExecutor.
PiperOrigin-RevId: 758713057
|
2025-05-14 09:22:49 -07:00 |
|
Google Team Member
|
993f9971bb
|
Add new GeminiCodeExecutor to code_executors/ folder.
PiperOrigin-RevId: 757895291
|
2025-05-12 13:44:17 -07:00 |
|
hangfei
|
363e10619a
|
Changes for 0.1.0 release
|
2025-04-09 04:24:34 +00:00 |
|
hangfei
|
9827820143
|
Agent Development Kit(ADK)
An easy-to-use and powerful framework to build AI agents.
|
2025-04-08 17:25:47 +00:00 |
|