You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A LangGraph agent that translates and triages multilingual support tickets using Cohere's Tiny Aya (3.35B params), deployed on the Idun Agent Platform.
git clone https://github.com/Idun-Group/cohere-tiny-aya-exp.git
cd cohere-tiny-aya-exp
cp .env.example .env # fill in HF_TOKEN and GEMINI_API_KEY
uv sync
Usage
Command
What it does
make run TICKET=SCRUM-136
Run the agent on a Jira ticket
make generate
Generate test tickets
make eval
Run the evaluation suite
Where to look
Agent graph — src/agents/graph.py, nodes in src/agents/nodes/
Tiny Aya wrapper + routing — src/models/
MCP tools (Jira) — src/mcp_tools.py, configured in idun_config.yaml
Evals — evals/test_model_comparison.py, dataset in evals/datasets/tickets.json, results in evals/results/, charts in evals/report/