<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[🧠 Memory — Salvando e Buscando Conhecimento no TacFlow]]></title><description><![CDATA[<h2><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/1f1e7-1f1f7.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--flag-br" style="height:23px;width:auto;vertical-align:middle" title="🇧🇷" alt="🇧🇷" /> Português</h2>
<h3>O que é o sistema de memória do TacFlow?</h3>
<p dir="auto">O <strong>sistema de memória persistente</strong> é o cérebro secundário dos agentes TacFlow. Toda descoberta importante, configuração ou solução de problema pode ser salva e recuperada quando necessário.</p>
<h3>Como salvar conhecimento?</h3>
<p dir="auto">Você pode salvar informações de duas formas:</p>
<ol>
<li><strong>Comando natural:</strong> Basta dizer "Salve isso na memória: [informação]"</li>
<li><strong>Ferramenta direta:</strong> O agente usa a skill <code>memory-store</code> para persistir o dado</li>
</ol>
<p dir="auto"><strong>Exemplos:</strong></p>
<ul>
<li>"Salve na memória: o token de produção é sk_live_XXXX"</li>
<li>"Salve que o endpoint da API de pagamentos é <a href="https://api.pagamentos.com/v2" rel="nofollow ugc">https://api.pagamentos.com/v2</a>"</li>
<li>"Salve a solução do erro 503: reiniciar o serviço X com sudo systemctl restart x"</li>
</ul>
<h3>Como buscar conhecimento?</h3>
<p dir="auto">Use comandos naturais ou o agente automaticamente consulta a memória:</p>
<ul>
<li>"Busque na memória como configurar o Google Workspace"</li>
<li>"Lembra daquela configuração de firewall que fizemos?"</li>
<li>"Qual era a URL do ambiente de staging?"</li>
</ul>
<h3>Memória Privada vs Compartilhada</h3>
<ul>
<li><strong>Privada (default):</strong> Só o agente que salvou pode ver — útil para dados pessoais ou temporários</li>
<li><strong>Compartilhada (shared=true):</strong> Todos os agentes do swarm enxergam — ideal para conhecimento do time como configurações de deploy, credenciais de serviço e guias de troubleshooting</li>
</ul>
<h3>Boas Práticas</h3>
<p dir="auto"><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> Use descrições claras — "token X" é melhor que "aquela coisa"<br />
<img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> Prefira memória compartilhada para conhecimento que beneficia o time<br />
<img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> Consulte a memória antes de perguntar a mesma coisa duas vezes<br />
<img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> Combine com Document Parsing: extraia → salve → consulte depois</p>
<hr />
<h2><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/1f1ec-1f1e7.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--flag-gb" style="height:23px;width:auto;vertical-align:middle" title="🇬🇧" alt="🇬🇧" /> English</h2>
<h3>What is the TacFlow memory system?</h3>
<p dir="auto">The <strong>persistent memory system</strong> is the secondary brain of TacFlow agents. Every important discovery, configuration, or bug fix can be saved and retrieved later.</p>
<h3>How to save knowledge?</h3>
<p dir="auto">You can save information in two ways:</p>
<ol>
<li><strong>Natural command:</strong> Just say "Save this to memory: [information]"</li>
<li><strong>Direct tool:</strong> The agent uses the <code>memory-store</code> skill to persist the data</li>
</ol>
<p dir="auto"><strong>Examples:</strong></p>
<ul>
<li>"Save to memory: the production token is sk_live_XXXX"</li>
<li>"Save that the payments API endpoint is <a href="https://api.payments.com/v2" rel="nofollow ugc">https://api.payments.com/v2</a>"</li>
<li>"Save the error 503 fix: restart service X with sudo systemctl restart x"</li>
</ul>
<h3>How to search knowledge?</h3>
<p dir="auto">Use natural commands or the agent automatically queries memory:</p>
<ul>
<li>"Search memory for how to configure Google Workspace"</li>
<li>"Remember that firewall configuration we set up?"</li>
<li>"What was the staging environment URL?"</li>
</ul>
<h3>Private vs Shared Memory</h3>
<ul>
<li><strong>Private (default):</strong> Only the agent who saved it can see it — good for personal or temporary data</li>
<li><strong>Shared (shared=true):</strong> Every agent in the swarm can see it — ideal for team knowledge like deployment configs, service credentials, and troubleshooting guides</li>
</ul>
<h3>Best Practices</h3>
<p dir="auto"><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> Use clear descriptions — "production token" is better than "that thing"<br />
<img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> Prefer shared memory for team-wide useful knowledge<br />
<img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> Check memory before asking the same question twice<br />
<img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> Combine with Document Parsing: extract → save → retrieve later</p>
]]></description><link>https://community.tacflow.ai/topic/65/memory-salvando-e-buscando-conhecimento-no-tacflow</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Jul 2026 11:38:00 GMT</lastBuildDate><atom:link href="https://community.tacflow.ai/topic/65.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Jun 2026 23:09:34 GMT</pubDate><ttl>60</ttl></channel></rss>