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

Implement a node duplication feature #304

Open
3 tasks
shige opened this issue Jan 10, 2025 · 1 comment
Open
3 tasks

Implement a node duplication feature #304

shige opened this issue Jan 10, 2025 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@shige
Copy link
Member

shige commented Jan 10, 2025

Task description

Implement a node duplication feature within an Agent.

Background

Currently, there is no way to easily duplicate nodes (such as Text-Gen) within an Agent. This requires users to manually recreate and reconfigure nodes from scratch when they want to experiment with variations of existing nodes, such as modifying prompts for comparison. This process is time-consuming and inefficient, especially when multiple similar nodes are needed. Users have to resort to temporary workarounds like saving prompt text in external editors.

Agent duplication functionality is being handled separately in issue #303.

TODO (Optional)

  • Implement a feature to duplicate a selected node within the current Agent.
  • Verify that duplicated nodes function correctly.
  • Ensure that node duplication is limited to within the current Agent, and does not allow duplication from another Agent.

Additional notes (Optional)

This feature will not include the ability to copy nodes between different Agents.

@shige shige added enhancement New feature or request help wanted Extra attention is needed labels Jan 10, 2025
@shige
Copy link
Member Author

shige commented Jan 10, 2025

FYI:

Since there are already features available for developers, it might be a good idea to implement them based on the following URL for reference.

📁 app/dev/copy-agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant