langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
35.92k stars 4.25k forks source link

Fix: simple agent template notes #4709

Closed mendonk closed 1 week ago

mendonk commented 1 week ago
Screenshot 2024-11-19 at 11 28 30 AM
codspeed-hq[bot] commented 1 week ago

CodSpeed Performance Report

Merging #4709 will degrade performances by 42.62%

Comparing fix-simple-agent-template-notes (962869a) with main (a0acf39)

Summary

⚡ 2 improvements
❌ 1 regressions
✅ 12 untouched benchmarks

:warning: Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main fix-simple-agent-template-notes Change
test_successful_run_with_input_type_any 298.1 ms 187.4 ms +59.04%
test_successful_run_with_output_type_any 141.1 ms 245.9 ms -42.62%
test_successful_run_with_output_type_debug 249.7 ms 216.5 ms +15.33%
ogabrielluiz commented 1 week ago

Hey @mendonk

The conflicts are just due to formatting. If you fix them, please run the backend once to make sure the formatting is correct.

ogabrielluiz commented 1 week ago

Hey @mendonk there's probably something wrong with the JSON you added.

edwinjosechittilappilly commented 1 week ago

@mendonk Docs are spinning up. Investigating why the playwright tests failed!

mendonk commented 1 week ago

@edwinjosechittilappilly the docs are OK The JSON issue yesterday was because I didn't have a [tag] in the file Try to start the simple-agent starter template flow in this branch, that's where the issue im seeing is

edwinjosechittilappilly commented 1 week ago

Error in Simple agent flow template:

Flow is Saved correctly, But when loaded as a template, the edges from the URL component as Tools to the agent are missing. @ogabrielluiz. We are not updating the flows anywhere in front end, right?