| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is the partition API used by the Agentset Platform.
uv syncCreate your modal API token (Manage Workspaces -> API Tokens)
Link modal cli to your account (copy the commands from the modal dashboard and run them with uv run):
uv run modal token set --token-id ak-xxx --token-secret as-xxx --profile=exampleuv run modal profile activate exampleuv run modal secret create --force partitioner-secrets QSTASH_URL=https://qstash.io QSTASH_TOKEN=xxx REDIS_HOST=xxx REDIS_PORT=xxx REDIS_PASSWORD=xxx AGENTSET_API_KEY=xxxuv run modal deploy main.pyNow take the URL from the modal dashboard PARTITION_API_URL and the AGENTSET_API_KEY you specified above, and add them to the Agentset Platform as PARTITION_API_URL and PARTITION_API_KEY, respectively.
They should look like this:
PARTITION_API_URL=https://example.modal.run/ingest
PARTITION_API_KEY=xxxThis project is open-source under the MIT License. You can find it here.
| Back | FazBrowse Home | New Git URL |