Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/K-Dense-AI/karpathy
/ functions
Functions
7 in github.com/K-Dense-AI/karpathy
⨍
Functions
7
◇
Types & classes
0
↓ 2 callers
Function
load_instructions
Load instructions from the YAML file.
karpathy/utils.py:8
↓ 2 callers
Function
setup_sandbox
Setup the sandbox directory with scientific skills and uv environment.
karpathy/utils.py:183
↓ 1 callers
Function
copy_env_file
Copy the .env file from karpathy directory to sandbox directory.
karpathy/utils.py:158
↓ 1 callers
Function
delegate_task
Delegate a task to an expert Args: prompt: The prompt describing the task to delegate append_system_prompt: The system prompt des
karpathy/tools.py:14
↓ 1 callers
Function
download_scientific_skills
Download all directories from the scientific-skills folder in the GitHub repository and place them in the target directory using git clone.
karpathy/utils.py:18
↓ 1 callers
Function
main
Run setup and start the ADK web interface.
start.py:11
↓ 1 callers
Function
setup_uv_environment
Create a uv virtual environment and install machine learning packages. Args: sandbox_path: Path to the sandbox directory
karpathy/utils.py:84