agent-chat-plugin 0.7.2__tar.gz → 0.7.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. {agent_chat_plugin-0.7.2/agent_chat_plugin.egg-info → agent_chat_plugin-0.7.3}/PKG-INFO +1 -1
  2. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3/agent_chat_plugin.egg-info}/PKG-INFO +1 -1
  3. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/pyproject.toml +1 -1
  4. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/LICENSE +0 -0
  5. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/README.md +0 -0
  6. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/agent_chat/_advisory_lock.py +0 -0
  7. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/agent_chat/lease_store.py +0 -0
  8. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/agent_chat/path_locks.py +0 -0
  9. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/agent_chat/state_store.py +0 -0
  10. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/agent_chat/task_model.py +0 -0
  11. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/agent_chat/task_store.py +0 -0
  12. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/agent_chat_plugin.egg-info/SOURCES.txt +0 -0
  13. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/agent_chat_plugin.egg-info/dependency_links.txt +0 -0
  14. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/agent_chat_plugin.egg-info/entry_points.txt +0 -0
  15. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/agent_chat_plugin.egg-info/top_level.txt +0 -0
  16. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/chat.py +0 -0
  17. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/setup.cfg +0 -0
  18. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/tests/test_capabilities.py +0 -0
  19. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/tests/test_chat.py +0 -0
  20. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/tests/test_context_budget.py +0 -0
  21. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/tests/test_hooks.py +0 -0
  22. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/tests/test_leases.py +0 -0
  23. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/tests/test_path_locks.py +0 -0
  24. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/tests/test_plugin_manifest.py +0 -0
  25. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/tests/test_state.py +0 -0
  26. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/tests/test_state_json_output.py +0 -0
  27. {agent_chat_plugin-0.7.2 → agent_chat_plugin-0.7.3}/tests/test_tasks.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-chat-plugin
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: Peer AI agents coordinate through markdown messages in shared channel folders — no orchestrator, autonomous zero-token waiting, cross-platform.
5
5
  Author: n24q02m
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-chat-plugin
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: Peer AI agents coordinate through markdown messages in shared channel folders — no orchestrator, autonomous zero-token waiting, cross-platform.
5
5
  Author: n24q02m
6
6
  License: Apache-2.0
@@ -10,7 +10,7 @@ requires-python = ">=3.8"
10
10
  license = { text = "Apache-2.0" }
11
11
  authors = [{ name = "n24q02m" }]
12
12
  keywords = ["multi-agent", "coordination", "markdown", "blackboard", "claude-code", "agent-skills", "peer-to-peer"]
13
- version = "0.7.2" # managed by python-semantic-release; do not hand-edit
13
+ version = "0.7.3" # managed by python-semantic-release; do not hand-edit
14
14
  classifiers = [
15
15
  "Programming Language :: Python :: 3",
16
16
  "License :: OSI Approved :: Apache Software License",