AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@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 - v1.0.1
Loading...
Parse GitHub repo URL into components