-
-
Notifications
You must be signed in to change notification settings - Fork 494
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
Interactive UI for Swarms Framework #709
Closed
Closed
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
Local UI fix: ensure .env file is created if not found when saving API key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello there, thank you for opening an PR ! 🙏🏻 The team was notified and they will get back to you asap.
github-actions
bot
added
documentation
Improvements or additions to documentation
tests
artifacts
utils
labels
Jan 2, 2025
remove duplicate OPENAI_API_KEY
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Interactive UI for Swarms Framework: Swarm-Specific Parsing, Agent Management, and LLM Integration with Hugging Face Deployment & Local Deployment
Description:
SequentialWorkflow
,ConcurrentWorkflow
,AgentRearrange
,MixtureOfAgents
,SpreadSheetSwarm
, andauto
.UI
class for streamlined Gradio component management, improving scalability and readability of the codebase.Key Features:
AgentRearrange
and advanced features like agent flow validation.Issue:
Dependencies:
Deployment:
Tag Maintainer:
@kyegomez
Twitter Handle:
@harshalmore31
Additional Changes:
new_features_examples
directory due to long-path issues and invalid characters (:
) in JSON filenames for Windows OS. These deletions include below files and some other files too:new_features_examples/agent_showcase_example.py
: Showcased initialization and usage of various agents for medical insurance claims processing.new_features_examples/async_agent.py
: Demonstrated the initialization and async execution of a financial analysis agent.new_features_examples/async_agents.py
: Initialized a financial analysis agent and executed it using a high-speed executor.new_features_examples/async_executor.py
: Contained the high-speed executor class managing concurrent task execution using asyncio and multiprocessing.new_features_examples/async_workflow_example.py
: Created and executed a specialized workflow for financial analysis using multiple agents.new_features_examples/auto_agent.py
: Defined an autonomous agent capable of executing various commands dynamically.📚 Documentation preview 📚: https://swarms--709.org.readthedocs.build/en/709/