Member Junction
    Preparing search index...

    A source of statically-declared (metadata) tools for an agent — e.g. the MJ: AI Agent Client Tools junction resolved by a server engine. Injected so the resolver never imports the engine and stays client-safe.

    interface IClientToolSource {
        GetStaticTools(agentId: string): ClientToolMetadata[];
    }
    Index

    Methods