Skip to content
Closed
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
17 changes: 17 additions & 0 deletions agents/Oruwe__zomato-wallet-order/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# zomato-wallet-order

An autonomous agent that monitors a schedule and orders food using the Zomato MCP and internal wallet balance.

## Run

```bash
npx @open-gitagent/opengap run -r https://github.com/Oruwe/zomato-agent.git
```

## Skills

- (no skills defined)

## Built with

[gitagent](https://github.com/open-gitagent/gitagent) — a git-native, framework-agnostic open standard for AI agents.
17 changes: 17 additions & 0 deletions agents/Oruwe__zomato-wallet-order/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "zomato-wallet-order",
"author": "Oruwe",
"description": "An autonomous agent that monitors a schedule and orders food using the Zomato MCP and internal wallet balance.",
"repository": "https://github.com/Oruwe/zomato-agent.git",
"version": "0.1.0",
"category": "developer-tools",
"tags": [],
"license": "MIT",
"model": "claude-sonnet-4-5-20250929",
"adapters": [
"claude-code",
"system-prompt"
],
"icon": false,
"banner": false
}