groundforgeai/demo
The
simple_agent_service.py example creates a LangChain Agent with a safe demo tool: get_weather(city).1. Create the external Agent in GroundForge
In platform.groundforge.ai:- select the intended Organization and Workspace;
- create an External Agent;
- create a Service Account for the Agent process;
- issue an Agent-targeted credential;
- keep the stable external Agent ID, Organization ID, and Workspace ID.
Screenshot placeholder
Add/images/examples/external-agent-create.pngshowing the External Agent form and runtime identity.
2. Clone and install
3. Set the connection values
4. Run the Agent
get_weather(city).
Screenshot placeholder
Add/images/examples/langchain-agent-connected.pngshowing connection state andget_weatherin Discovery.
5. Attach a Channel
Choose Twilio WhatsApp, Mailgun, Slack, or a JSON webhook. Attach the Channel to the Agent and publish the Agent before configuring the provider callback.
6. Send a request
get_weather(city="Ottawa"), the Gateway checks the rule, and the final response returns through the Channel.
7. Govern and trace the tool
Setget_weather to Observe, Review, or Block and send the same question again. Open the Trace to compare the paths.
Continue with LangChain Agent with Adapters, Govern the Weather Capability, and Request Tracing.
