Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions agents/langflow/simple_tool_calling_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,19 @@ make llama-server
make run
```

> **macOS: If `make run` fails with `statfs ... init-db.sh: operation not permitted`:** your Podman machine may need
> rootful mode. This happens on some configurations where the VM cannot bind-mount host files in rootless mode. Run:
>
> ```bash
> podman machine stop
> podman machine set --rootful
> podman machine start
> make run
> ```
>
> Note: rootful mode reduces container isolation. If you want to revert after you're done working with this agent,
> run `podman machine set --rootful=false` — but you will need to set rootful mode again before running `make run`.

### Import the flow

1. Open <http://localhost:7860>
Expand Down
11 changes: 0 additions & 11 deletions agents/langflow/simple_tool_calling_agent/local/.env.example

This file was deleted.

Loading