-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
edwinjosechittilappilly
wants to merge
8
commits into
test-smol
Choose a base branch
from
agent-executor-smol
base: test-smol
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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]>
Debug results: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
.github/changes-filter.yaml
: Added new directories tostarter-projects
andcomponents
sections to ensure proper filtering of changes. [1] [2] [3].github/workflows/ci.yml
: Updated thejobs
section to include additional outputs for better CI workflow management. [1] [2]Documentation Updates:
DEVELOPMENT.md
: Changed commands fromnpm
toyarn
for consistency with the project's package manager.Codebase Improvements:
docs/docusaurus.config.js
: Modified configuration to keep the sidebar expanded by default and prevent it from being hideable. [1] [2]docs/sidebars.js
: Reordered API reference items for better organization.src/backend/base/langflow/base/agents/events.py
: Added new imports and constants to improve functionality and readability. [1] [2]