Skip to main content
groundforge_langchain.init() accepts keyword arguments that define the Agent, GroundForge scope, connection, adapters, media handling, and service mode. Common parameters include:
Keep endpoint and identity values in environment configuration. Keep API keys and model credentials in a secret manager or protected environment variables — never in code. Run one SDK initialization per Agent instance. Repeated initialization can create duplicate instrumentation or registration behaviour.

Example

The demo repository shows the minimum connection values. See LangChain Agent Example before adding optional adapters, media handlers, or service-mode settings.
Last modified on July 27, 2026