Skip to content

Commit

Permalink
Move agents to a subdir (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagb authored Jun 25, 2024
1 parent 2929649 commit 1cd3969
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/teams/team-one/examples/example_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from agnext.application import SingleThreadedAgentRuntime
from agnext.components.models import OpenAIChatCompletionClient
from team_one.coder import Coder, LLMResponseMessage, TaskMessage
from team_one.agents.coder import Coder, LLMResponseMessage, TaskMessage


async def main() -> None:
Expand Down
2 changes: 1 addition & 1 deletion python/teams/team-one/examples/example_file_surfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from agnext.components.models import (
OpenAIChatCompletionClient,
)
from team_one.file_surfer import FileSurfer, LLMResponseMessage, TaskMessage
from team_one.agents.file_surfer import FileSurfer, LLMResponseMessage, TaskMessage


async def main() -> None:
Expand Down
Empty file.
File renamed without changes.

0 comments on commit 1cd3969

Please sign in to comment.