Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bhancockio/nextjs-crewai-basic-tutorial
/ NamedUrl
Class
NamedUrl
crewai_be/models.py:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
5
class
NamedUrl(BaseModel):
6
name: str
7
url: str
8
9
10
class
PositionInfo(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected