This website requires JavaScript.
Explore
Help
Register
Sign In
NeoAnd
/
adk-python
Watch
1
Star
0
Fork
0
You've already forked adk-python
mirror of
https://github.com/EvolutionAPI/adk-python.git
synced
2026-02-04 05:46:24 -06:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5d297169d08a2d0ea1a07641da2ac39fa46b68a4
adk-python
/
src
/
google
/
adk
/
code_executors
History
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
..
__init__.py
chore: logger = logging.getLogger(__name__) --> logger = logging.getLogger('google_adk.' + __name__)
2025-05-17 09:47:55 -07:00
base_code_executor.py
Agent Development Kit(ADK)
2025-04-08 17:25:47 +00:00
built_in_code_executor.py
chore!: bump version to 1.0.0, updated changelog.md and removed src/google/adk/tools/built_in_code_execution_tool.py
2025-05-19 20:31:27 -07:00
code_execution_utils.py
chore: Batch organize imports with isort.
2025-05-21 13:23:32 -07:00
code_executor_context.py
Agent Development Kit(ADK)
2025-04-08 17:25:47 +00:00
container_code_executor.py
chore: Batch organize imports with isort.
2025-05-21 13:23:32 -07:00
unsafe_local_code_executor.py
fix: add support for running python main function in UnsafeLocalCodeExecutor when the code has an if __name__ == "__main__" statement.
2025-05-30 15:30:01 -07:00
vertex_ai_code_executor.py
The saved filename should include the original file name instead of a generated one.
2025-05-21 17:09:47 -07:00