mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 20:04:28 +01:00
chore: Update forge dependency
- Update forge.sdk.schema import to forge.sdk.model in agent_protocol_server.py - Update poetry.lock with new forge dependency reference
This commit is contained in:
@@ -12,8 +12,7 @@ from fastapi.staticfiles import StaticFiles
|
||||
from forge.sdk.db import AgentDB
|
||||
from forge.sdk.errors import NotFoundError
|
||||
from forge.sdk.middlewares import AgentMiddleware
|
||||
from forge.sdk.routes.agent_protocol import base_router
|
||||
from forge.sdk.schema import (
|
||||
from forge.sdk.model import (
|
||||
Artifact,
|
||||
Step,
|
||||
StepRequestBody,
|
||||
@@ -23,6 +22,7 @@ from forge.sdk.schema import (
|
||||
TaskRequestBody,
|
||||
TaskStepsListResponse,
|
||||
)
|
||||
from forge.sdk.routes.agent_protocol import base_router
|
||||
from hypercorn.asyncio import serve as hypercorn_serve
|
||||
from hypercorn.config import Config as HypercornConfig
|
||||
|
||||
|
||||
5
autogpts/autogpt/poetry.lock
generated
5
autogpts/autogpt/poetry.lock
generated
@@ -1,4 +1,4 @@
|
||||
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "abstract-singleton"
|
||||
@@ -311,6 +311,7 @@ bs4 = "^0.0.1"
|
||||
chromadb = "^0.4.10"
|
||||
colorlog = "^6.7.0"
|
||||
duckduckgo-search = "^3.8.0"
|
||||
google-cloud-storage = "^2.13.0"
|
||||
jinja2 = "^3.1.2"
|
||||
litellm = "^0.1.821"
|
||||
openai = "^0.27.8"
|
||||
@@ -330,7 +331,7 @@ benchmark = ["agbenchmark @ git+https://github.com/Significant-Gravitas/AutoGPT.
|
||||
type = "git"
|
||||
url = "https://github.com/Significant-Gravitas/AutoGPT.git"
|
||||
reference = "HEAD"
|
||||
resolved_reference = "c47f81a3e072a1914027aacb8677b0d2b35a533e"
|
||||
resolved_reference = "8b27f2c47bac323edb74b8d36067f674e1320798"
|
||||
subdirectory = "autogpts/forge"
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user