-
Notifications
You must be signed in to change notification settings - Fork 0
Build Python reference implementation #2
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Summary
IntentMesh should have a minimal Python reference implementation so the protocol is not only documentation-based.
Goal
Create a small Python-based reference implementation that demonstrates how an agent can:
Scope
Initial implementation should include:
Suggested structure
core/intent_parser.pycore/constraint_engine.pycore/negotiation_engine.pyexamples/basic_demo.pyDeliverables
Notes
This does not need to be production-ready. The goal is to make the protocol concrete and testable.