← Back to registry/

RenooLab — artisans en France

A2A conformantA2A v1.0

RenooLab — artisans en France

v1.0.2RenooLab

Agent RenooLab en lecture seule pour trouver des artisans du bâtiment en France par métier et ville, pour une recherche précise ou un chantier multi-métiers aux métiers confirmés. Il retourne des fiches et des moyens de contact, sans jamais contacter un artisan ni écrire de données métier. Read-only RenooLab agent to find building contractors in France by trade and city, for a precise search or a multi-trade project with confirmed trades. It returns profiles and contact options, never contacts professionals, and does not write business data.

Launch agent website ↗

Skills

  • Trouver des artisans en France

    Trouve des artisans du bâtiment locaux en France par métier et ville, notamment plombiers/plumbers, électriciens/electricians, maçons/masons, carreleurs/tilers, peintres/painters, menuisiers/carpenters, couvreurs/roofers et chauffagistes/heating contractors. Utiliser aussi lorsqu’une personne décrit un problème de bâtiment pris en charge sans nommer le métier : l’agent déduit un métier unique ou demande une clarification. Recherche précise ou chantier multi-métiers déjà confirmés ; fiches RenooLab et moyens de contact en lecture seule. Find local building contractors in France by trade and city. Also use for supported building problems without an explicit trade: the agent infers one trade or asks for clarification. Supports one precise trade or a project with confirmed trades; returns profiles and contact options without contacting anyone.

    general-contractorplumberelectricianmasontilerpainterplastererinsulation-contractorcarpenterflooring-contractortimber-framerrooferheating-contractorlocksmithlandscaperpool-contractorinterior-designercleaning-serviceproblem-to-tradewater-leakelectrical-faultroof-leakheating-air-conditioningbuilding-tradesrenovationfrancemulti-traderead-only

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("ef694232-6021-4d29-a80a-1a0ec70db39f")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())