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
143 changes: 0 additions & 143 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,149 +121,6 @@ The server provides the following tools for AI agents:
- **GetServicesTool**: Get information about active services
- **UpdateDeploymentTool**: Update a deployment on Akash Network

### GetBalancesTool

**Description:**

Get the AKT (uakt) and other balances for a given Akash account address.

**Input Schema:**

```json
{
"address": "akash1..." // Akash account address (string, required)
}
```

**Example Usage:**

Request:

```json
{
"address": "akash1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
```

Response:

```json
[
{
"denom": "uakt",
"amount": "123456789"
}
// ...other tokens if present
]
```

### AddFundsTool

**Description:**

Deposit additional AKT (uakt) into a deployment escrow account.

**Input Schema:**

```json
{
"address": "akash1...", // Akash account address (string, required)
"dseq": 123456, // Deployment sequence number (integer, required)
"amount": "1000000" // Amount to add in uakt (string, required)
}
```

**Example Usage:**

Request:

```json
{
"address": "akash1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"dseq": 123456,
"amount": "1000000"
}
```

Response:

```json
"...transaction raw log or error message..."
```

### GetDeploymentTool

**Description:**

Get deployment details from Akash Network including status, groups, and escrow account.

**Input Schema:**

```json
{
"dseq": 123456 // Deployment sequence number (integer, required)
}
```

**Example Usage:**

Request:

```json
{
"dseq": 123456
}
```

Response:

```json
{
"deployment": {
"deploymentId": { "owner": "akash1...", "dseq": "123456" },
"state": "active",
"version": "...",
"createdAt": "..."
},
"groups": [...],
"escrowAccount": {
"balance": { "denom": "uakt", "amount": "..." },
"state": "open",
// ...other escrow details
}
}
```

### CloseDeploymentTool

**Description:**

Close a deployment on Akash Network. This terminates the deployment, closes associated leases, and refunds remaining escrow funds.

**Input Schema:**

```json
{
"dseq": 123456 // Deployment sequence number (integer, required)
}
```

**Example Usage:**

Request:

```json
{
"dseq": 123456
}
```

Response:

```json
"...transaction raw log confirming deployment closure..."
```

## Development

### Linting and Formatting
Expand Down
2 changes: 1 addition & 1 deletion awesome-akash
Submodule awesome-akash updated 69 files
+199 −0 DeepSeek-R1-0528/README.md
+5 −0 DeepSeek-R1-0528/config.json
+60 −0 DeepSeek-R1-0528/deploy.yaml
+211 −0 DeepSeek-V3.1/README.md
+5 −0 DeepSeek-V3.1/config.json
+60 −0 DeepSeek-V3.1/deploy.yaml
+5 −0 Llama-3.2-11B-Vision-Instruct/config.json
+5 −0 Llama-3.2-3B/config.json
+5 −0 Llama-3.2-90B-Vision-Instruct/config.json
+226 −0 Llama-3.3-70B/README.md
+65 −0 Llama-3.3-70B/deploy.yaml
+286 −0 Llama-3_3-Nemotron-Super-49B-v1/README.md
+63 −0 Llama-3_3-Nemotron-Super-49B-v1/deploy.yaml
+188 −0 Llama-4-Maverick-17B-128E-Instruct-FP8/README.md
+5 −0 Llama-4-Maverick-17B-128E-Instruct-FP8/config.json
+66 −0 Llama-4-Maverick-17B-128E-Instruct-FP8/deploy.yaml
+188 −0 Llama-4-Scout-17B-16E-Instruct/README.md
+5 −0 Llama-4-Scout-17B-16E-Instruct/config.json
+66 −0 Llama-4-Scout-17B-16E-Instruct/deploy.yaml
+163 −0 Mistral-7B/README.md
+68 −0 Mistral-7B/deploy.yaml
+217 −0 Qwen3-235B-A22B-FP8/README.md
+5 −0 Qwen3-235B-A22B-FP8/config.json
+63 −0 Qwen3-235B-A22B-FP8/deploy.yaml
+214 −0 Qwen3-235B-A22B-Instruct-2507-FP8/README.md
+5 −0 Qwen3-235B-A22B-Instruct-2507-FP8/config.json
+63 −0 Qwen3-235B-A22B-Instruct-2507-FP8/deploy.yaml
+206 −0 Qwen3-235B-A22B-Instruct-2507/README.md
+5 −0 Qwen3-235B-A22B-Instruct-2507/config.json
+63 −0 Qwen3-235B-A22B-Instruct-2507/deploy.yaml
+244 −0 Qwen3-235B-A22B-Thinking-2507-FP8/README.md
+5 −0 Qwen3-235B-A22B-Thinking-2507-FP8/config.json
+63 −0 Qwen3-235B-A22B-Thinking-2507-FP8/deploy.yaml
+238 −0 Qwen3-235B-A22B-Thinking-2507/README.md
+5 −0 Qwen3-235B-A22B-Thinking-2507/config.json
+63 −0 Qwen3-235B-A22B-Thinking-2507/deploy.yaml
+159 −0 Qwen3-Coder-480B-A35B-Instruct/README.md
+5 −0 Qwen3-Coder-480B-A35B-Instruct/config.json
+62 −0 Qwen3-Coder-480B-A35B-Instruct/deploy.yaml
+22 −0 README.md
+15 −0 anubis/README.md
+5 −0 anubis/config.json
+57 −0 anubis/deploy.yml
+26 −0 bitcoin-knots-mempool-ui/Dockerfile
+325 −0 bitcoin-knots-mempool-ui/README.md
+319 −0 bitcoin-knots-mempool-ui/deploy-mempool.yaml
+81 −0 bitcoin-knots-mempool-ui/deploy.yaml
+39 −0 bitcoin-knots-mempool-ui/docker-entrypoint.sh
+ bitcoin-knots-mempool-ui/mempool1-main.png
+ bitcoin-knots-mempool-ui/mempool2-addr.png
+ bitcoin-knots-mempool-ui/mempool3-tx.png
+16 −0 codex/README.md
+162 −12 codex/deploy.yml
+17 −10 comfyui/Dockerfile
+3 −3 comfyui/deploy.yaml
+1 −0 comfyui/entrypoint.sh
+10 −9 dria/deploy.yaml
+226 −0 gensyn-rl-swarm/README.md
+63 −0 gensyn-rl-swarm/deploy.yaml
+88 −0 morpheus-lumerin-node/README.md
+5 −0 morpheus-lumerin-node/config.json
+60 −0 morpheus-lumerin-node/deploy.yaml
+ morpheus-lumerin-node/morpheus-lumerin-node.jpg
+ morpheus-lumerin-node/morpheus_logo.png
+115 −0 n8n/README.md
+104 −0 n8n/deploy-with-postgres.yml
+55 −0 n8n/deploy.yml
+160 −0 openai-gpt-oss-120b/README.md
+63 −0 openai-gpt-oss-120b/deploy.yaml
Loading