Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Apr 8, 2024
1 parent 3345032 commit e9bf074
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 107 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


## install
`$ pip install -U swarms`
`$ pip install -U swarms neo-sapiens`


## usage
Expand Down
4 changes: 3 additions & 1 deletion neo_sapiens/hass_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def create_agents(
# print(out)


def run_task(task: str = None,):
def run_task(task: str = None):
agent = Agent(
agent_name="Swarm Orchestrator",
system_prompt=None,
Expand All @@ -213,4 +213,6 @@ def run_task(task: str = None,):
parsed_schema = parse_hass_schema(json)
plan, number_of_agents, agents = parsed_schema
agents = create_agents(agents)
# Run the agents


104 changes: 0 additions & 104 deletions neo_sapiens/main.py

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "neo-sapiens"
version = "0.0.1"
version = "0.0.2"
description = "Neo Sapiens - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand Down

0 comments on commit e9bf074

Please sign in to comment.