Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye Gomez authored and Kye Gomez committed Jun 16, 2024
1 parent d037593 commit 20a994b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 346 deletions.
6 changes: 3 additions & 3 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
docs_dir: '.' # replace with the correct path if your documentation files are not in the same directory as mkdocs.yml

Check warning on line 1 in docs/mkdocs.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

1:1 [document-start] missing document start "---"

Check failure on line 1 in docs/mkdocs.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

1:81 [line-length] line too long (118 > 80 characters)
site_name: Swarms Documentation
site_url: https://swarms.apac.ai
site_name: Swarms
site_url: https://docs.swarms.world
site_author: Swarms
site_description: Orchestrate Swarms of Agents From Any Framework Like OpenAI, Langchain, and Etc for Real World Workflow Automation.
site_description: The Enterprise-Grade Production-Ready Multi-Agent Framework
repo_name: kyegomez/swarms
repo_url: https://github.com/kyegomez/swarms
edit_uri: https://github.com/kyegomez/swarms/tree/main/docs
Expand Down
2 changes: 0 additions & 2 deletions swarms/agents/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from swarms.agents.agent_wrapper import agent_wrapper
from swarms.agents.base import AbstractAgent
from swarms.agents.omni_modal_agent import OmniModalAgent
from swarms.agents.simple_agent import SimpleAgent
from swarms.agents.stopping_conditions import (
check_cancelled,
check_complete,
Expand Down
136 changes: 0 additions & 136 deletions swarms/agents/developer_agents.py

This file was deleted.

100 changes: 0 additions & 100 deletions swarms/agents/omni_modal_agent.py

This file was deleted.

105 changes: 0 additions & 105 deletions swarms/agents/simple_agent.py

This file was deleted.

0 comments on commit 20a994b

Please sign in to comment.