Published June 3, 2026
| Version v0.1.1
Software
Open
fakhruldeen/AgenticPMO: Release v0.1.1
Authors/Creators
Description
[v0.1.0] — 2026-06-04
This is the initial bootstrap release of the AgenticPMO orchestration and intelligence layer. It establishes the multi-agent graph logic and the API layer needed to automate PMBOK® 8th Edition project workflows.
Added
- Multi-Agent LangGraph Workflows (
graph/,agents/):- Orchestrator Agent: Parses natural language inputs, extracts key project variables (name, budget, sponsor), and maps the request to a PMBOK 8 skill in the registry.
- Executor Agent: Validates if all mandatory variables for a skill are present, generates compliant markdown artifacts (stored in
artifacts/), and halts the graph with missing input prompts when context is incomplete. - Governor Agent: Calculates quantitative decision bands (T1 to T4) using project budgets and cost/schedule variance percentages. Triggers sponsor validation warnings for T3/T4 bands.
- REST API Layer (
api/main.py&schemas/):- Implemented the
/chatPOST endpoint to execute the state machine synchronously. - Enabled client-driven state serialization, allowing stateless clients to resume multi-turn conversations by passing back the serialized state from the previous response.
- Implemented the
- PMOSkills SDK Integration:
- Editable installation of the
pmoskillsSDK via PyPI. - Auto-injection of templates, process records, and quality check constraints.
- Editable installation of the
- Integration Test Suite (
tests/test_graph.py):- Automated test coverage validating the happy-path execution, missing inputs pause-and-resume loops, and quantitative T1-T4 escalation rules.
- Documentation:
- Created a detailed architecture and API usage instruction guide in the master
README.md.
- Created a detailed architecture and API usage instruction guide in the master
Files
fakhruldeen/AgenticPMO-v0.1.1.zip
Files
(23.2 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:ec55e9127eaeb59e92ed009bc6a59975
|
23.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/fakhruldeen/AgenticPMO/tree/v0.1.1 (URL)
Software
- Repository URL
- https://github.com/fakhruldeen/AgenticPMO