From b7cafceccb17ac1fb3cc90ba065d277e482a7f10 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Sat, 23 Mar 2024 01:07:39 +0200 Subject: [PATCH] reorganize2 --- {doc => _doc}/_notes/arti/.excalidraw.svg | 0 {doc => _doc}/_notes/arti/ideas.md | 0 {doc => _doc}/_notes/arti/neo4j.cql | 0 {doc => _doc}/_notes/arti/wikidata/import.sh | 0 {doc => _doc}/home/Prompt.md | 0 {doc => _doc}/home/homeassistant.md | 0 {doc => _doc}/home/logs.log | 0 {doc => _doc}/home/prompt1.md | 0 {doc => _doc}/oi-notes.md | 0 {doc => _doc}/packages notes environments.md | 0 {doc => _doc}/tts notes.txt | 0 agent-b/main.py | 1 + 12 files changed, 1 insertion(+) rename {doc => _doc}/_notes/arti/.excalidraw.svg (100%) rename {doc => _doc}/_notes/arti/ideas.md (100%) rename {doc => _doc}/_notes/arti/neo4j.cql (100%) rename {doc => _doc}/_notes/arti/wikidata/import.sh (100%) rename {doc => _doc}/home/Prompt.md (100%) rename {doc => _doc}/home/homeassistant.md (100%) rename {doc => _doc}/home/logs.log (100%) rename {doc => _doc}/home/prompt1.md (100%) rename {doc => _doc}/oi-notes.md (100%) rename {doc => _doc}/packages notes environments.md (100%) rename {doc => _doc}/tts notes.txt (100%) create mode 100644 agent-b/main.py diff --git a/doc/_notes/arti/.excalidraw.svg b/_doc/_notes/arti/.excalidraw.svg similarity index 100% rename from doc/_notes/arti/.excalidraw.svg rename to _doc/_notes/arti/.excalidraw.svg diff --git a/doc/_notes/arti/ideas.md b/_doc/_notes/arti/ideas.md similarity index 100% rename from doc/_notes/arti/ideas.md rename to _doc/_notes/arti/ideas.md diff --git a/doc/_notes/arti/neo4j.cql b/_doc/_notes/arti/neo4j.cql similarity index 100% rename from doc/_notes/arti/neo4j.cql rename to _doc/_notes/arti/neo4j.cql diff --git a/doc/_notes/arti/wikidata/import.sh b/_doc/_notes/arti/wikidata/import.sh similarity index 100% rename from doc/_notes/arti/wikidata/import.sh rename to _doc/_notes/arti/wikidata/import.sh diff --git a/doc/home/Prompt.md b/_doc/home/Prompt.md similarity index 100% rename from doc/home/Prompt.md rename to _doc/home/Prompt.md diff --git a/doc/home/homeassistant.md b/_doc/home/homeassistant.md similarity index 100% rename from doc/home/homeassistant.md rename to _doc/home/homeassistant.md diff --git a/doc/home/logs.log b/_doc/home/logs.log similarity index 100% rename from doc/home/logs.log rename to _doc/home/logs.log diff --git a/doc/home/prompt1.md b/_doc/home/prompt1.md similarity index 100% rename from doc/home/prompt1.md rename to _doc/home/prompt1.md diff --git a/doc/oi-notes.md b/_doc/oi-notes.md similarity index 100% rename from doc/oi-notes.md rename to _doc/oi-notes.md diff --git a/doc/packages notes environments.md b/_doc/packages notes environments.md similarity index 100% rename from doc/packages notes environments.md rename to _doc/packages notes environments.md diff --git a/doc/tts notes.txt b/_doc/tts notes.txt similarity index 100% rename from doc/tts notes.txt rename to _doc/tts notes.txt diff --git a/agent-b/main.py b/agent-b/main.py new file mode 100644 index 0000000..af5626b --- /dev/null +++ b/agent-b/main.py @@ -0,0 +1 @@ +Hello, world!