mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 09:51:25 -06:00
Merge branch 'main' into fix_typos
This commit is contained in:
commit
6b86bcc549
2
.github/workflows/python-unit-tests.yml
vendored
2
.github/workflows/python-unit-tests.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
uv venv .venv
|
uv venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
uv sync --extra test
|
uv sync --extra test --extra eval
|
||||||
|
|
||||||
- name: Run unit tests with pytest
|
- name: Run unit tests with pytest
|
||||||
run: |
|
run: |
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* Initial release of the Agent Development Kit (ADK).
|
* Initial release of the Agent Development Kit (ADK).
|
||||||
* Multi-agent, agent-as-workflow, and custom agent support
|
* Multi-agent, agent-as-workflow, and custom agent support
|
||||||
* Tool authentication support
|
* Tool authentication support
|
||||||
* Rich tool support, e.g. bult-in tools, google-cloud tools, thir-party tools, and MCP tools
|
* Rich tool support, e.g. bult-in tools, google-cloud tools, third-party tools, and MCP tools
|
||||||
* Rich callback support
|
* Rich callback support
|
||||||
* Built-in code execution capability
|
* Built-in code execution capability
|
||||||
* Asynchronous runtime and execution
|
* Asynchronous runtime and execution
|
||||||
|
Loading…
Reference in New Issue
Block a user