informatique:ai_lm:ai_agent
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| informatique:ai_lm:ai_agent [28/05/2026 13:14] – [OpenHands] cyrille | informatique:ai_lm:ai_agent [22/06/2026 18:44] (Version actuelle) – [GBrain] cyrille | ||
|---|---|---|---|
| Ligne 26: | Ligne 26: | ||
| ===== À quoi ça sert ? ===== | ===== À quoi ça sert ? ===== | ||
| - | J'ai mis du temps à me faire une idée sur l' | ||
| ==== Agent de codage ==== | ==== Agent de codage ==== | ||
| Ligne 111: | Ligne 110: | ||
| https:// | https:// | ||
| + | La home page parle de " | ||
| ==== OpenHands ==== | ==== OpenHands ==== | ||
| OpenHands: AI-Driven Development | OpenHands: AI-Driven Development | ||
| + | |||
| + | OpenDevin = OpenHands | ||
| * https:// | * https:// | ||
| Ligne 140: | Ligne 142: | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ===== Memory systems ===== | ||
| + | |||
| + | ==== Basic Memory ==== | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | Plain Markdown files, semantic connections, | ||
| + | |||
| + | * Local-first. Plain text on your disk. Forever. | ||
| + | * Two-way. AI and humans write to the same text (markdown) files; sync keeps them in step. | ||
| + | * indexing with SQLite/ | ||
| + | * A real knowledge graph. Observations and wikilinks compound into context. | ||
| + | * Semantic search. Find notes by meaning, not just keywords. | ||
| + | * [[https:// | ||
| + | * MCP-native. Works with every major AI client and IDE. | ||
| + | * Progressive tool discovery. Every tool is tagged with behavior hints (read-only, destructive, | ||
| + | * Cloud, optional. Sync across devices when you want — never required. | ||
| + | |||
| + | ==== GBrain ==== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Semble le plus aboutit, mais c'est une sacrée usine ! | ||
| + | |||
| + | relations automatique | ||
| + | * GBrain extrait automatiquement les relations typées avec des RegEx : works_at, founded, attended, invested_in, | ||
| + | * On peut [[https:// | ||
| + | * Avec un fallback LLM en option | ||
| + | |||
| + | Pour configurer un model embenddings custom il faut utiliser la clé " | ||
| + | < | ||
| + | $ cat ~/ | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | ... | ||
| + | </ | ||
| + | Puis '' | ||
| + | |||
| + | |||
| + | ==== Mem0 ==== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | AI memory that persists across sessions and agents. | ||
| + | |||
| + | Trop lourd pour un usage perso ... | ||
| + | |||
| + | ==== Stash Memory ==== | ||
| + | |||
| + | https:// | ||
| ===== Frameworks ===== | ===== Frameworks ===== | ||
| Ligne 193: | Ligne 251: | ||
| * Choose DSPy for: minimal boilerplate, | * Choose DSPy for: minimal boilerplate, | ||
| * could show dramatically different results when using its signature optimizers (like MIPROv2) and Chain-of-Thought prompting, which can significantly improve answer quality. | * could show dramatically different results when using its signature optimizers (like MIPROv2) and Chain-of-Thought prompting, which can significantly improve answer quality. | ||
| + | |||
| + | ===== No-code frameworks ===== | ||
| + | |||
| + | ==== Flowise ==== | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
informatique/ai_lm/ai_agent.1779966883.txt.gz · Dernière modification : de cyrille
