Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.4
@framers/agentos
parseGitHubUrl
Function parseGitHubUrl
parse
Git
Hub
Url
(
url
)
:
{
owner
:
string
;
repo
:
string
;
path
?:
string
;
branch
?:
string
;
}
|
null
Parse GitHub repo URL into components
Parameters
url
:
string
Returns
{
owner
:
string
;
repo
:
string
;
path
?:
string
;
branch
?:
string
;
}
|
null
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v0.1.4
Loading...
Parse GitHub repo URL into components