Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Agent Executor to process smol agent event #6624

Draft
wants to merge 8 commits into
base: test-smol
Choose a base branch
from

Conversation

edwinjosechittilappilly
Copy link
Collaborator

@edwinjosechittilappilly edwinjosechittilappilly commented Feb 14, 2025

This pull request includes several updates to configuration files, documentation, and codebase improvements. The changes focus on enhancing the CI workflow, updating documentation, and improving code readability and functionality.

Configuration and CI Workflow Updates:

Documentation Updates:

  • DEVELOPMENT.md: Changed commands from npm to yarn for consistency with the project's package manager.
  • Various documentation files: Corrected links and updated image dimensions for better readability and accuracy. [1] [2] [3] [4] [5]

Codebase Improvements:

mendonk and others added 8 commits February 13, 2025 19:59
* use-yarn-not-npm

* swap-api-menu-items

* fix-errors

* force-sidebar-open

* increase-custom-css-values
…message.text as default status instead of Table as self.status (#6319)

* update message output to display only the text

* Update component.py

* Update component.py

* [autofix.ci] apply automated fixes

* Update src/backend/base/langflow/custom/custom_component/component.py

Co-authored-by: Gabriel Luiz Freitas Almeida <[email protected]>

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <[email protected]>
…#6260)

* Create LoopTemplate.json

* Update LoopTemplate.json

* refactor: Remove unused tag "all-templates" from LoopTemplate.json

* refactor: Update LoopTemplate.json description and adjust dimensions for improved clarity

* add-title

---------

Co-authored-by: anovazzi1 <[email protected]>
Co-authored-by: Mendon Kissling <[email protected]>
* add new events

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* ✨ (tests): update tag value from "@starter-project" to "@starter-projects" for consistency across test files.

* 📝 (changes-filter.yaml): add new path "src/backend/base/langflow/custom/**" to starter-projects section
♻️ (changes-filter.yaml): remove path "src/backend/base/langflow/components/**" from components section and add it to starter-projects section
♻️ (changes-filter.yaml): add new path "src/backend/base/langflow/custom/**" to components section

* 🐛 (component.py): fix a bug where the status was not being returned when there is only one output in the component

* 🔧 (ci.yml): Expand path filter outputs for more comprehensive CI testing

* fix docstring placement

* ✨ (group.spec.ts): update click event modifiers to use "ControlOrMeta" for better cross-platform compatibility

* ✨ (changes-filter.yaml): add new directory "src/backend/base/langflow/graph/" to starter-projects for processing in the build pipeline.

* 🔄 Refactor graph data structures from sets to lists for performance and compatibility

* 🔧 Optimize RunnableVerticesManager predecessor checks and type hints

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <[email protected]>
@github-actions github-actions bot added the enhancement New feature or request label Feb 14, 2025
@edwinjosechittilappilly
Copy link
Collaborator Author

Debug results:
@ogabrielluiz Langchain tool to smol tool need to be improved.
Especially the arg schema. it is not completely understood by the smol agent correctly.

@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 14, 2025
@edwinjosechittilappilly edwinjosechittilappilly changed the base branch from main to test-smol February 14, 2025 16:36
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request ignore-for-release labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE Don't Merge this PR enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants