Skip to content

Commit ca07b12

Browse files
mpk-droidclaude
andcommitted
fix: remove env section from langflow agent.yaml
All env vars are either hardcoded defaults in podman-compose.yml or auto-generated by make init — none are user-provided config. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4604370 commit ca07b12

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • agents/langflow/simple_tool_calling_agent

agents/langflow/simple_tool_calling_agent/agent.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,3 @@ displayName: "Langflow Simple Tool Calling Agent"
33
framework: langflow
44
description: "Tool-calling agent built with Langflow's visual flow builder. Calls external APIs as tools and reasons over results."
55
deploymentModel: flow-import
6-
env:
7-
required:
8-
- POSTGRES_USER
9-
- POSTGRES_PASSWORD
10-
- POSTGRES_DB
11-
optional:
12-
- LANGFUSE_ADMIN_PASSWORD
13-
- LANGFUSE_ENCRYPTION_KEY

0 commit comments

Comments
 (0)