agentic-workflow-mcp 0.1.0

MCP server for AgenticWorkflow — universal LLM access to workflow orchestration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod registry;
pub mod dag_tools;
pub mod execution_tools;
pub mod schedule_tools;
pub mod trigger_tools;
pub mod resilience_tools;
pub mod governance_tools;
pub mod processing_tools;
pub mod state_tools;
pub mod template_tools;
pub mod intelligence_tools;

pub use registry::ToolRegistry;