Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.oxen.ai/llms.txt

Use this file to discover all available pages before exploring further.

oxen.init

init

def init(path: str = "./")
Initialize a Repo at the given path. Arguments:
  • path - str The path to initialize the repo at.
Returns: Repo A Repo object that can be used to interact with the repo.