fix: create skills dir on onboard
This commit is contained in:
parent
8626caff74
commit
ef1b062be5
@ -294,6 +294,10 @@ This file stores important information that should persist across sessions.
|
|||||||
""")
|
""")
|
||||||
console.print(" [dim]Created memory/MEMORY.md[/dim]")
|
console.print(" [dim]Created memory/MEMORY.md[/dim]")
|
||||||
|
|
||||||
|
# Create skills directory for custom user skills
|
||||||
|
skills_dir = workspace / "skills"
|
||||||
|
skills_dir.mkdir(exist_ok=True)
|
||||||
|
|
||||||
|
|
||||||
def _make_provider(config):
|
def _make_provider(config):
|
||||||
"""Create LiteLLMProvider from config. Exits if no API key found."""
|
"""Create LiteLLMProvider from config. Exits if no API key found."""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user