Compare commits

..

No commits in common. "0b2ff36e757155ac8c5257b5bd34195540c98a01" and "8364fa65447a521f89653718d41501e1b14f98a5" have entirely different histories.

2 changed files with 0 additions and 45 deletions

View file

@ -1 +0,0 @@
## dummy file

View file

@ -1,44 +0,0 @@
```
xml-pipeline/
├── agentserver/
│ ├── auth/
│ │ ├── __init__.py
│ │ └── totp.py
│ ├── config/
│ │ ├── organism_identity/
│ │ │ └── README.txt
│ │ └── __init__.py
│ ├── listeners/
│ │ ├── examples/
│ │ │ ├── __init__.py
│ │ │ └── echo_chamber.py
│ │ ├── __init__.py
│ │ └── base.py
│ ├── privileged/
│ │ ├── __init__.py
│ │ ├── commands.py
│ │ ├── models.py
│ │ └── msg_listener.py
│ ├── schema/
│ │ └── priviledged-msg.xsd
│ ├── utils/
│ │ ├── __init__.py
│ │ ├── logging_setup.py
│ │ └── xml_tools.py
│ ├── __init__.py
│ ├── agentserver.py
│ ├── llm_connection.py
│ ├── main.py
│ └── message_bus.py
├── scripts/
│ └── generate_organism_key.py
├── tests/
│ └── __init__.py
├── LICENSE
├── README.md
├── __init__.py
├── pyproject.toml
├── roadmap.md
├── setup-project.ps1
└── structure.md
```