Skip to content

v0.2.0 — Phase 2: GovAgent Multi-step Workflows

Choose a tag to compare

@irfanalidv irfanalidv released this 31 Mar 10:47
· 33 commits to main since this release
Immutable release. Only release title and notes can be modified.

Adds GovAgent — multi-step agentic workflows over the Nepal government corpus.

What's new

  • GovAgent — orchestrates retrieval workflows via AgentEnsemble Pipeline
  • Three workflows: document_qa, service_guide, corpus_search
  • SQLite session memory — conversation history persists across calls
  • nepal-gov-agent agent CLI command
  • 7 new tests (16 total)

Workflows

document_qa — single retrieval step, direct Q&A with source citation

service_guide — two-step pipeline: eligibility check → procedure steps

corpus_search — raw block retrieval, no answer generation

Install

pip install nepal-gov-agent==0.2.0

Built on

ragnav, ragfallback, agentensemble — all MIT licensed