Skip to content

Commit

Permalink
Merge branch 'zamilmajdy/unifygraphmeta-and-graph' of github.com:Sign…
Browse files Browse the repository at this point in the history
…ificant-Gravitas/AutoGPT into zamilmajdy/secrt-956-integrate-connection-object-to-the-block-code
  • Loading branch information
majdyz committed Nov 5, 2024
2 parents 3d86165 + 1569e23 commit 4167977
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions autogpt_platform/backend/backend/data/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from prisma.models import AgentGraph, AgentGraphExecution, AgentNode, AgentNodeLink
from prisma.types import AgentGraphWhereInput
from pydantic import BaseModel
from pydantic.fields import computed_field

from backend.blocks.agent import AgentExecutorBlock
Expand All @@ -21,19 +20,6 @@
logger = logging.getLogger(__name__)


class InputSchemaItem(BaseModel):
node_id: str
title: str | None = None
description: str | None = None
default: Any | None = None


class OutputSchemaItem(BaseModel):
node_id: str
title: str | None = None
description: str | None = None


class Link(BaseDbModel):
source_id: str
sink_id: str
Expand Down

0 comments on commit 4167977

Please sign in to comment.