LICENSE
MANIFEST.in
README.md
pyproject.toml
send.py
tui.py
agentmachi/__init__.py
agentmachi/cli.py
agentmachi/howto_default.md
agentmachi/node.py
agentmachi/skills_install.py
agentmachi.egg-info/PKG-INFO
agentmachi.egg-info/SOURCES.txt
agentmachi.egg-info/dependency_links.txt
agentmachi.egg-info/entry_points.txt
agentmachi.egg-info/requires.txt
agentmachi.egg-info/top_level.txt
agentmachi/skills/README.md
agentmachi/skills/claude/agentmachi/SKILL.md
agentmachi/skills/claude/agentmachi-join/SKILL.md
agentmachi/skills/claude/agentmachi-join/references/claude-code.md
agentmachi/skills/claude/agentmachi-join/references/codex.md
agentmachi/skills/claude/agentmachi-join/references/collaboration.md
agentmachi/skills/claude/agentmachi-join/references/troubleshooting.md
agentmachi/skills/claude/agentmachi-join/scripts/codex-wait.sh
agentmachi/skills/claude/agentmachi-join/scripts/integrate_project.py
agentmachi/skills/claude/agentmachi-join/scripts/wake_filter.py
agentmachi/skills/codex/agentmachi/SKILL.md
agentmachi/skills/codex/agentmachi-join/SKILL.md
agentmachi/skills/codex/agentmachi-join/agents/openai.yaml
agentmachi/skills/codex/agentmachi-join/references/codex-runtime.md
agentmachi/skills/codex/agentmachi-join/references/collaboration.md
agentmachi/skills/codex/agentmachi-join/references/troubleshooting.md
agentmachi/skills/codex/agentmachi-join/scripts/codex-wait.sh
agentmachi/skills/codex/agentmachi-join/scripts/integrate_project.py
agentmachi/skills/codex/agentmachi/agents/openai.yaml
chat/__init__.py
chat/client_session.py
chat/identity.py
chat/protocol.py
chat/server.py
chat/store.py
tests/test_cli.py
tests/test_client_session.py
tests/test_encoding.py
tests/test_identity.py
tests/test_integrate_project.py
tests/test_machine_id.py
tests/test_node.py
tests/test_protocol.py
tests/test_selforg_dogfood.py
tests/test_send.py
tests/test_server_integration.py
tests/test_skills.py
tests/test_skills_install.py
tests/test_smoke_proces.py
tests/test_store.py
tests/test_tui.py
tests/test_tui_e2e.py