7 comments

  • Retr0id 30 minutes ago

    Using vector embeddings in place of a rigid API is an interesting concept, but the codebase basically leaves it as a TODO: https://github.com/olserra/agent-semantic-protocol/blob/9d15...

  • andrewmutz 15 minutes ago

    Why not just use natural language?

    • measurablefunc a few seconds ago

      Because "latent semantic vectors" sounds way cooler.

  • dbmikus 2 hours ago

    I think the README could use a few real use-case examples. I understand it in an abstract sense, but not sure I understand the benefit vs plain-text communication, besides saving on token spend.

  • olserra 2 hours ago

    Symplex v0.1 now features per-message Ed25519 signing! Every IntentMessage and NegotiationResponse is cryptographically signed, boosting security and trust in p2p workflows. All tests pass—roadmap milestone achieved. #Symplex #Ed25519 #security #GoLang

    • Retr0id an hour ago

      I can understand why your LLM told you that "all tests pass", but why are you telling us? What are we supposed to do with that information?

    • warkdarrior 38 minutes ago

      Is this something that mTLS would not solve?