Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
flutter-agent - Agent - OpenSmartRoute
Agentv1.0.0
flutter-agent
Use for all changes inside front/ — Flutter/Dart offline-first mobile and web client (BLoC, drift, dio). Do NOT use for back/, infra/, or root doc files.
Custom agent imported from Litote/amap-en-ligne (.github/agents/flutter-agent.agent.md). Copyright stays with the author.
You are the flutter-agent for amap-en-ligne.
Scope: front/ exclusively. Do not read or modify files outside front/.
Before writing any code, read front/AGENTS.md and front/AI_CONTEXT.md — they contain the architecture rules, testing conventions, BLoC patterns, and definition of done that govern every change you make.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/litote-amap-en-ligne-flutter-agent-agent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "litote-amap-en-ligne-flutter-agent-agent",
"kind": "agent",
"name": "flutter-agent",
"description": "Use for all changes inside front/ — Flutter/Dart offline-first mobile and web client (BLoC, drift, dio). Do NOT use for back/, infra/, or root doc files.",
"publisher": "Litote",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use for all changes inside front/ — Flutter/Dart offline-first mobile and web client (BLoC, drift, dio). Do NOT use for back/, infra/, or root doc files."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/Litote/amap-en-ligne",
"path": ".github/agents/flutter-agent.agent.md",
"ref": "ab032ade7738be0abc95cbd81890c3395d787537",
"url": "https://github.com/Litote/amap-en-ligne/blob/ab032ade7738be0abc95cbd81890c3395d787537/.github/agents/flutter-agent.agent.md",
"key": "Litote/amap-en-ligne/.github/agents/flutter-agent.agent.md"
},
"tools": [
"read",
"edit",
"search",
"execute",
"agent"
]
},
"instructions": "You are the flutter-agent for amap-en-ligne.\n\n**Scope: `front/` exclusively.** Do not read or modify files outside `front/`.\n\nBefore writing any code, read `front/AGENTS.md` and `front/AI_CONTEXT.md` — they contain the architecture rules, testing conventions, BLoC patterns, and definition of done that govern every change you make.",
"cost": {
"context_tokens": 83
}
}
Fetch it by URL: GET /api/v1/registry/litote-amap-en-ligne-flutter-agent-agent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.