Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScrapeGraphAI/scrapecraft
/ SchemaField
Class
SchemaField
backend/app/agents/langgraph_agent.py:44–50 ·
view source on GitHub ↗
Schema field definition.
Source
from the content-addressed store, hash-verified
42
43
44
class
SchemaField(BaseModel):
45
""
"Schema field definition."
""
46
name: str
47
type: str
48
description: str
49
required: bool = True
50
example: Optional[str] = None
51
52
53
class
AgentState(TypedDict):
Callers
1
define_schema
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected