Misc extension to akd-core.
- Creating Agents — guide for building new agents on
OpenAIBaseAgentorPydanticAIBaseAgent, including config, schemas, tools, capabilities, tests, and reference examples.
uv pip install git+https://github.com/NASA-IMPACT/akd-ext.git@developgit clone https://github.com/NASA-IMPACT/akd-ext.git
cd akd-ext
git checkout develop
uv venv --python 3.12
uv sync # preferred
source .venv/bin/activateThe best way to execute scripts is with uv run:
uv run python your_script.py