Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 762 Bytes

File metadata and controls

34 lines (23 loc) · 762 Bytes

akd-ext

Misc extension to akd-core.

Documentation

  • Creating Agents — guide for building new agents on OpenAIBaseAgent or PydanticAIBaseAgent, including config, schemas, tools, capabilities, tests, and reference examples.

Installation

Using uv (recommended)

uv pip install git+https://github.com/NASA-IMPACT/akd-ext.git@develop

For development

git 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/activate

Running scripts

The best way to execute scripts is with uv run:

uv run python your_script.py