Outils pour utilisateurs

Outils du site


informatique:ai_lm:ai_agent

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:ai_lm:ai_agent [04/06/2026 06:59] – [DSPy] cyrilleinformatique: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'utilité des agents ... 
  
 ==== Agent de codage ==== ==== Agent de codage ====
Ligne 111: Ligne 110:
 https://nanobot.club/ https://nanobot.club/
  
 +La home page parle de "Memory Management System, Hybrid Semantic Search, Algorithm: 70% Vector + 30% BM25" mais les ChatBots ne trouvent aucune trace de ces technologies dans le code source ... ¿¿ **//AIGen Marketing Bullshit//** ??
 ==== OpenHands ==== ==== OpenHands ====
  
Ligne 142: Ligne 142:
   * [[https://marketplace.visualstudio.com/items?itemName=Poppywu124.hermes-chat|Hermes Agent Chat]] (2026-04-27: 1399 installs)   * [[https://marketplace.visualstudio.com/items?itemName=Poppywu124.hermes-chat|Hermes Agent Chat]] (2026-04-27: 1399 installs)
  
 +
 +===== Memory systems =====
 +
 +==== Basic Memory ====
 +
 +  * https://basicmemory.com/
 +  * https://github.com/basicmachines-co/basic-memory
 +
 +Plain Markdown files, semantic connections, and a knowledge graph that grows with every conversation.
 +
 +  * 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/PostgreSQL
 +  * A real knowledge graph. Observations and wikilinks compound into context.
 +  * Semantic search. Find notes by meaning, not just keywords.
 +    * [[https://github.com/qdrant/fastembed|Fastembed]]
 +  * MCP-native. Works with every major AI client and IDE.
 +  * Progressive tool discovery. Every tool is tagged with behavior hints (read-only, destructive, idempotent) so agents pick the right tool on demand — no wasted context trying things to see what they do.
 +  * Cloud, optional. Sync across devices when you want — never required.
 +
 +==== GBrain ====
 +
 +https://github.com/garrytan/gbrain
 +
 +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, advises
 +  * On peut [[https://github.com/garrytan/gbrain/blob/master/docs/schema-author-tutorial.md|définir/étendre le schema]] mais ce n'est pas trivial. 😥
 +  * Avec un fallback LLM en option
 +
 +Pour configurer un model embenddings custom il faut utiliser la clé "provider_base_urls.ollama" :
 +<code>
 +$ cat ~/.gbrain/config.json 
 +{
 +  "embedding_model": "ollama:tei",
 +  "embedding_dimensions": 768,
 +  "provider_base_urls": {
 +    "ollama": "http://127.0.0.1:9000/v1"
 +  },
 +  ...
 +</code>
 +Puis ''gbrain init --pglite --embedding-model ollama:tei --embedding-dimensions 768''
 +
 +
 +==== Mem0 ====
 +
 +https://mem0.ai/
 +
 +AI memory that persists across sessions and agents.
 +
 +Trop lourd pour un usage perso ...
 +
 +==== Stash Memory ====
 +
 +https://alash3al.github.io/stash/
  
 ===== Frameworks ===== ===== Frameworks =====
informatique/ai_lm/ai_agent.1780549144.txt.gz · Dernière modification : de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki