episteme 0.3.9

Knowledge graph for software engineering — design patterns, refactorings, and laws for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod api_app;
pub mod api_middleware;
pub mod api_models;
pub mod api_routes;
pub mod api_server;
pub mod mcp_analysis;
pub mod mcp_auth;
pub mod mcp_dispatcher;
pub mod mcp_graph;
pub mod mcp_handler;
pub mod mcp_insight;
pub mod mcp_schemas;
pub mod mcp_search;
pub mod mcp_transport_http;
pub mod web_viewer;