Agent orchestrator that uses Trello as UI.
For now it's only possible to use version built from sources
For onboarding, run:
uv run lariska init
to add an agent:
uv run lariska create-agent
for additional info you can use --help flag:
uv run lariska --help
Set TRELLO_API_KEY and TRELLO_TOKEN (member token from Trello Power-Up / API key admin). The members notifications endpoint does not work for Forge/OAuth2-only app credentials; use API key plus user token.
uv sync --extra dev
uv run lariska
uv run pytest