Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated basic templates
  • Loading branch information
sourabhEx2 committed Nov 4, 2025
commit 4730da2c26349636d12d552bc789c96b35aec4ea
Original file line number Diff line number Diff line change
Expand Up @@ -2784,7 +2784,7 @@
"last_tested_version": "1.6.3",
"name": "Accumulator Check Agent",
"tags": [
"UM",
"utilization-management",
"accumulator",
"utilization",
"reusable",
Expand Down

Large diffs are not rendered by default.

1,383 changes: 848 additions & 535 deletions src/backend/base/langflow/initial_setup/starter_projects/CPT Code Agent.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,675 changes: 1,089 additions & 586 deletions src/backend/base/langflow/initial_setup/starter_projects/Lab Value Extraction.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/backend/base/langflow/utils/starter_projects_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def get_starter_projects_json_content():
"guideline-retrieval-agent.json",
"Document Retrieval Agent.json",
"Simple Agent.json",
"AccumulatorCheckAgent.json"


# Add more filenames here as needed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const usePatchMCPServer: useMutationFunctionType<
}

const res = await api.patch(
`${getURL("MCP_SERVERS", undefined, false)}/${body.name}`,
`${getURL("MCP_SERVERS", undefined, true)}/${body.name}`,
payload,
);

Expand Down