refactor: consolidare Echo agent unic
- Șters agenți separați (echo-self, echo-scout, echo-sprijin) - Curățat duplicate din SOUL.md (YouTube notes, task-uri, structura foldere) - SOUL.md: 117 → 98 linii - Mutat fișiere din agents/*/memory/ în memory/ - Actualizat AGENTS.md și TOOLS.md
This commit is contained in:
@@ -90,7 +90,7 @@ def formateaza_mesaj(tehnica):
|
||||
return f"**{titlu}.** {detaliu}"
|
||||
|
||||
def main():
|
||||
filepath = Path(__file__).parent.parent / 'agents/echo-self/memory/tehnici-pauza.md'
|
||||
filepath = Path(__file__).parent.parent / 'kb/tehnici-pauza.md'
|
||||
|
||||
if not filepath.exists():
|
||||
print("Fișierul tehnici-pauza.md nu există!")
|
||||
|
||||
Reference in New Issue
Block a user