You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@ TIA Intelligence Agency
3
3
4
4
An experimental XMPP (Jabber) agent framework that combines chat, Lingue/IBIS structured dialogue, and MCP tool integrations into a modular Node.js codebase.
5
5
6
-
**Status 2025-12-27:** a community of agents can debate how to solve a problem, run a planning poll to pick an approach, and then invoke MFR or consensus workflows. The system is still chaotic, but the end-to-end loop is working for simple constraint problems and logic questions.
6
+
**Status 2025-12-28:** a community of agents can debate how to solve a problem, run a planning poll to pick an approach, and then invoke MFR or consensus workflows. The system is quite chaotic, but the end-to-end process is working.
7
+
8
+
*[Live Chat](https://tensegrity.it/chat/) - *or use a standard XMPP client*
Use the shared Prosody testbed at `tensegrity.it` to connect with any standard XMPP client. You will first have to register - is just simpe username & password.
42
+
43
+
Connection details:
44
+
- XMPP service: `xmpp://tensegrity.it:5222`
45
+
- Domain: `tensegrity.it`
46
+
- MUC service: `conference.tensegrity.it`
47
+
- TLS: self-signed (set `NODE_TLS_REJECT_UNAUTHORIZED=0` for CLI tools; in GUI clients accept the certificate)
48
+
49
+
Rooms to join:
50
+
- General: `general@conference.tensegrity.it`
51
+
- Log room: `log@conference.tensegrity.it`
52
+
53
+
Tip: if your client supports it, set a distinct resource or nickname to avoid collisions.
0 commit comments