Forge
csharp3407750f
1namespace AgentForge.Abstractions;
2
3/// <summary>Stable host surface for plugins (ADR-0014 SDK). Expanded incrementally.</summary>
4public interface IForgePluginHost
5{
6 string PublicBaseUrl { get; }
7
8 string DataDirectory { get; }
9}
10
View only · write via MCP/CIDE