Skip to content

Commit

Permalink
fix: fix agentinput exports
Browse files Browse the repository at this point in the history
  • Loading branch information
k11kirky committed Oct 25, 2024
1 parent f5d9f46 commit cbb870d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion agentserve/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# agentserve/__init__.py

from .agent import Agent, AgentInput
from .agent_server import AgentServer
from .cli import main as cli_main
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
'uvicorn',
'rq',
'redis',
'click'
'click',
'pydantic'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit cbb870d

Please sign in to comment.