Example
The following agent will use the Phi toolkit to create and manage phidata workspaces. It can create new applications from templates like llm-app, api-app, django-app, and streamlit-app. It can also start existing workspaces and validate that Phi is ready to run commands.cookbook/tools/phi_tools.py
Toolkit Params
| Parameter | Type | Default | Description |
|---|---|---|---|
name | str | "phi_tools" | The name of the tool |
Toolkit Functions
| Function | Description |
|---|---|
validate_phi_is_ready | Validates that Phi is ready to run commands |
create_new_app | Creates a new phidata workspace for a given application template |
start_user_workspace | Starts the workspace for a user |
Information
- View on Github