agent-roundtable 0.2.0__tar.gz → 1.2.4__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 (62) hide show
  1. {agent_roundtable-0.2.0/src/agent_roundtable.egg-info → agent_roundtable-1.2.4}/PKG-INFO +1 -1
  2. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/pyproject.toml +1 -1
  3. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4/src/agent_roundtable.egg-info}/PKG-INFO +1 -1
  4. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/CHANGELOG.md +0 -0
  5. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/LICENSE +0 -0
  6. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/MANIFEST.in +0 -0
  7. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/README.md +0 -0
  8. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/README_EN.md +0 -0
  9. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/SECURITY.md +0 -0
  10. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/ADAPTER.md +0 -0
  11. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/API.md +0 -0
  12. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/INTEGRATION.md +0 -0
  13. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/SKILL_SYNC.md +0 -0
  14. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/architecture.md +0 -0
  15. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/COLOR-PALETTE.md +0 -0
  16. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/DESIGN-SPEC.md +0 -0
  17. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/DESIGN-sprint1.md +0 -0
  18. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/DESIGN-sprint2.md +0 -0
  19. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/DESIGN-sprint3.md +0 -0
  20. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/pypi-readme-structure.md +0 -0
  21. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/static-intro-page-design.md +0 -0
  22. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/web-viewer/WEB-VIEWER-SPEC.md +0 -0
  23. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/web-viewer/animation-spec.md +0 -0
  24. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/web-viewer/component-spec.md +0 -0
  25. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/web-viewer/mobile-spec.md +0 -0
  26. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/design/web-viewer/share-interaction-spec.md +0 -0
  27. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/discussions/rt_91f05a5c_roundtable-release-plan.md +0 -0
  28. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/discussions/web-viewer-discussion.md +0 -0
  29. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/docs/tech-designs/roundtable-web-viewer-tech-design.md +0 -0
  30. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/setup.cfg +0 -0
  31. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/agent_roundtable.egg-info/SOURCES.txt +0 -0
  32. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/agent_roundtable.egg-info/dependency_links.txt +0 -0
  33. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/agent_roundtable.egg-info/requires.txt +0 -0
  34. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/agent_roundtable.egg-info/top_level.txt +0 -0
  35. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/__init__.py +0 -0
  36. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/adapters/__init__.py +0 -0
  37. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/adapters/base.py +0 -0
  38. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/adapters/generic.py +0 -0
  39. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/adapters/hermes.py +0 -0
  40. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/adapters/simple.py +0 -0
  41. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/core.py +0 -0
  42. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/db.py +0 -0
  43. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/demo.py +0 -0
  44. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/exceptions.py +0 -0
  45. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/formatter.py +0 -0
  46. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/models.py +0 -0
  47. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/notify.py +0 -0
  48. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/py.typed +0 -0
  49. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/schema.py +0 -0
  50. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/web/ecosystem.config.cjs +0 -0
  51. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/web/index.html +0 -0
  52. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/web/server.mjs +0 -0
  53. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/web/theme.css +0 -0
  54. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/web/viewer.css +0 -0
  55. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/web_helpers.py +0 -0
  56. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/src/roundtable/web_publisher.py +0 -0
  57. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/tests/test_core.py +0 -0
  58. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/tests/test_core_coverage.py +0 -0
  59. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/tests/test_core_web_integration.py +0 -0
  60. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/tests/test_db.py +0 -0
  61. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/tests/test_notify.py +0 -0
  62. {agent_roundtable-0.2.0 → agent_roundtable-1.2.4}/tests/test_web_publisher.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-roundtable
3
- Version: 0.2.0
3
+ Version: 1.2.4
4
4
  Summary: Multi-Agent Roundtable Discussion Engine / 多 Agent 圆桌讨论引擎
5
5
  Author-email: Roundtable Contributors <zmw@izmw.me>
6
6
  License-Expression: Apache-2.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "agent-roundtable"
7
- version = "0.2.0"
7
+ version = "1.2.4"
8
8
  description = "Multi-Agent Roundtable Discussion Engine / 多 Agent 圆桌讨论引擎"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-roundtable
3
- Version: 0.2.0
3
+ Version: 1.2.4
4
4
  Summary: Multi-Agent Roundtable Discussion Engine / 多 Agent 圆桌讨论引擎
5
5
  Author-email: Roundtable Contributors <zmw@izmw.me>
6
6
  License-Expression: Apache-2.0