rednote-cli 0.1.4__tar.gz → 0.1.5__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 (89) hide show
  1. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/PKG-INFO +1 -1
  2. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/pyproject.toml +1 -1
  3. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/__init__.py +1 -1
  4. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/platforms/rednote/issues.py +14 -7
  5. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli.egg-info/PKG-INFO +1 -1
  6. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/README.md +0 -0
  7. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/setup.cfg +0 -0
  8. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/__init__.py +0 -0
  9. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/common/__init__.py +0 -0
  10. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/common/app_utils.py +0 -0
  11. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/common/config.py +0 -0
  12. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/common/enums.py +0 -0
  13. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/common/errors.py +0 -0
  14. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/core/__init__.py +0 -0
  15. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/core/account_manager.py +0 -0
  16. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/core/browser/__init__.py +0 -0
  17. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/core/browser/manager.py +0 -0
  18. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/core/database/__init__.py +0 -0
  19. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/core/database/manager.py +0 -0
  20. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/platforms/__init__.py +0 -0
  21. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/platforms/base.py +0 -0
  22. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/platforms/factory.py +0 -0
  23. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/platforms/publishing/__init__.py +0 -0
  24. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/platforms/publishing/media.py +0 -0
  25. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/platforms/publishing/models.py +0 -0
  26. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/platforms/publishing/validator.py +0 -0
  27. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/platforms/rednote/__init__.py +0 -0
  28. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/services/__init__.py +0 -0
  29. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/_runtime/services/scraper_service.py +0 -0
  30. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/__init__.py +0 -0
  31. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/output/__init__.py +0 -0
  32. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/output/event_stream.py +0 -0
  33. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/output/formatter_json.py +0 -0
  34. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/output/formatter_table.py +0 -0
  35. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/output/writer.py +0 -0
  36. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/persistence/__init__.py +0 -0
  37. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/persistence/file_account_repo.py +0 -0
  38. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/platform/__init__.py +0 -0
  39. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/platform/rednote/__init__.py +0 -0
  40. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/platform/rednote/extractor.py +0 -0
  41. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/platform/rednote/publisher.py +0 -0
  42. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/platform/rednote/runtime_extractor.py +0 -0
  43. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/platform/rednote/runtime_publisher.py +0 -0
  44. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/adapters/platform/rednote/runtime_registration.py +0 -0
  45. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/__init__.py +0 -0
  46. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/dto/__init__.py +0 -0
  47. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/dto/input_models.py +0 -0
  48. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/dto/output_models.py +0 -0
  49. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/__init__.py +0 -0
  50. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/account_list.py +0 -0
  51. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/account_mutation.py +0 -0
  52. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/auth_login.py +0 -0
  53. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/auth_status.py +0 -0
  54. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/doctor.py +0 -0
  55. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/init_runtime.py +0 -0
  56. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/note_get.py +0 -0
  57. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/note_search.py +0 -0
  58. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/publish_note.py +0 -0
  59. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/user_get.py +0 -0
  60. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/user_search.py +0 -0
  61. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/application/use_cases/user_self.py +0 -0
  62. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/__init__.py +0 -0
  63. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/__main__.py +0 -0
  64. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/commands/__init__.py +0 -0
  65. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/commands/account.py +0 -0
  66. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/commands/doctor.py +0 -0
  67. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/commands/init.py +0 -0
  68. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/commands/note.py +0 -0
  69. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/commands/publish.py +0 -0
  70. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/commands/search.py +0 -0
  71. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/commands/user.py +0 -0
  72. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/main.py +0 -0
  73. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/options.py +0 -0
  74. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/runtime.py +0 -0
  75. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/utils.py +0 -0
  76. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/cli/xsec_help.py +0 -0
  77. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/domain/__init__.py +0 -0
  78. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/domain/errors.py +0 -0
  79. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/domain/note_search_filters.py +0 -0
  80. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/infra/__init__.py +0 -0
  81. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/infra/exit_codes.py +0 -0
  82. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/infra/logger.py +0 -0
  83. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/infra/paths.py +0 -0
  84. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli/infra/platforms.py +0 -0
  85. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli.egg-info/SOURCES.txt +0 -0
  86. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli.egg-info/dependency_links.txt +0 -0
  87. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli.egg-info/entry_points.txt +0 -0
  88. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli.egg-info/requires.txt +0 -0
  89. {rednote-cli-0.1.4 → rednote-cli-0.1.5}/src/rednote_cli.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rednote-cli
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Rednote platform CLI
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
 
8
8
  [project]
9
9
  name = "rednote-cli"
10
- version = "0.1.4"
10
+ version = "0.1.5"
11
11
  description = "Rednote platform CLI"
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.12"
@@ -2,4 +2,4 @@
2
2
 
3
3
  __all__ = ["__version__"]
4
4
 
5
- __version__ = "0.1.4"
5
+ __version__ = "0.1.5"
@@ -23,24 +23,20 @@ class RednoteIssue:
23
23
  reason_code: str
24
24
  failure_reason: str
25
25
  next_action: str
26
+ agent_action: str
26
27
  source: str
27
28
  retry_recommended: bool = False
28
29
  cli_code: str = "INTERNAL_ERROR"
29
30
  observed_text: str = ""
30
31
 
31
32
  def to_details(self) -> dict:
32
- details = {
33
+ return {
33
34
  "failure_type": self.failure_type,
34
- "reason_code": self.reason_code,
35
35
  "failure_reason": self.failure_reason,
36
36
  "next_action": self.next_action,
37
- "source": self.source,
38
37
  "retry_recommended": self.retry_recommended,
39
- "cli_code": self.cli_code,
38
+ "agent_action": self.agent_action,
40
39
  }
41
- if self.observed_text:
42
- details["observed_text"] = self.observed_text
43
- return details
44
40
 
45
41
 
46
42
  _ISSUE_RULES: tuple[dict, ...] = (
@@ -49,6 +45,7 @@ _ISSUE_RULES: tuple[dict, ...] = (
49
45
  "failure_type": "PHONE_NOT_BOUND",
50
46
  "reason_code": "PHONE_NOT_BOUND",
51
47
  "next_action": "请给账号绑定手机号",
48
+ "agent_action": "REQUEST_USER_ACTION",
52
49
  "retry_recommended": False,
53
50
  "cli_code": "INTERNAL_ERROR",
54
51
  },
@@ -57,6 +54,7 @@ _ISSUE_RULES: tuple[dict, ...] = (
57
54
  "failure_type": "VERIFICATION_REQUIRED",
58
55
  "reason_code": "VERIFICATION_REQUIRED",
59
56
  "next_action": "请使用已登录小红书 APP 扫码完成验证",
57
+ "agent_action": "REQUEST_USER_ACTION",
60
58
  "retry_recommended": False,
61
59
  "cli_code": "RISK_CONTROL_TRIGGERED",
62
60
  },
@@ -65,6 +63,7 @@ _ISSUE_RULES: tuple[dict, ...] = (
65
63
  "failure_type": "RISK_CONTROL",
66
64
  "reason_code": "CAPTAIN_POTATO",
67
65
  "next_action": "请暂停当前操作,稍后重试或联系开发者",
66
+ "agent_action": "STOP",
68
67
  "retry_recommended": False,
69
68
  "cli_code": "RISK_CONTROL_TRIGGERED",
70
69
  },
@@ -73,6 +72,7 @@ _ISSUE_RULES: tuple[dict, ...] = (
73
72
  "failure_type": "NETWORK_ENV_RISK",
74
73
  "reason_code": "IP_RISK",
75
74
  "next_action": "请切换可靠网络环境后重试",
75
+ "agent_action": "STOP",
76
76
  "retry_recommended": False,
77
77
  "cli_code": "RISK_CONTROL_TRIGGERED",
78
78
  },
@@ -81,6 +81,7 @@ _ISSUE_RULES: tuple[dict, ...] = (
81
81
  "failure_type": "TRANSIENT_NETWORK",
82
82
  "reason_code": "SERVER_DISCONNECTED",
83
83
  "next_action": "请刷新页面后重试当前步骤",
84
+ "agent_action": "RETRY_LATER",
84
85
  "retry_recommended": True,
85
86
  "cli_code": "INTERNAL_ERROR",
86
87
  },
@@ -89,6 +90,7 @@ _ISSUE_RULES: tuple[dict, ...] = (
89
90
  "failure_type": "CONTENT_UNAVAILABLE",
90
91
  "reason_code": "CONTENT_UNAVAILABLE",
91
92
  "next_action": "请跳过该内容或联系开发者确认可见性限制",
93
+ "agent_action": "STOP",
92
94
  "retry_recommended": False,
93
95
  "cli_code": "INTERNAL_ERROR",
94
96
  },
@@ -97,6 +99,7 @@ _ISSUE_RULES: tuple[dict, ...] = (
97
99
  "failure_type": "PAGE_UNAVAILABLE",
98
100
  "reason_code": "PAGE_NOT_FOUND",
99
101
  "next_action": "请检查链接参数或联系开发者确认页面访问路径",
102
+ "agent_action": "STOP",
100
103
  "retry_recommended": False,
101
104
  "cli_code": "INTERNAL_ERROR",
102
105
  },
@@ -105,6 +108,7 @@ _ISSUE_RULES: tuple[dict, ...] = (
105
108
  "failure_type": "LOGIN_PAGE_BROKEN",
106
109
  "reason_code": "QR_WIDGET_SCRIPT_ERROR",
107
110
  "next_action": "请刷新页面后重试登录;若仍失败请联系开发者",
111
+ "agent_action": "RETRY_LATER",
108
112
  "retry_recommended": True,
109
113
  "cli_code": "INTERNAL_ERROR",
110
114
  },
@@ -133,6 +137,7 @@ def _match_rule(text: str, source: str) -> RednoteIssue | None:
133
137
  reason_code=rule["reason_code"],
134
138
  failure_reason=line,
135
139
  next_action=rule["next_action"],
140
+ agent_action=rule["agent_action"],
136
141
  source=source,
137
142
  retry_recommended=rule["retry_recommended"],
138
143
  cli_code=rule["cli_code"],
@@ -159,12 +164,14 @@ def build_unknown_issue(
159
164
  observed_text: str = "",
160
165
  failure_reason: str = "未知原因",
161
166
  next_action: str = "请联系开发者",
167
+ agent_action: str = "STOP",
162
168
  ) -> RednoteIssue:
163
169
  return RednoteIssue(
164
170
  failure_type="UNKNOWN",
165
171
  reason_code="UNKNOWN",
166
172
  failure_reason=failure_reason,
167
173
  next_action=next_action,
174
+ agent_action=agent_action,
168
175
  source=source,
169
176
  retry_recommended=False,
170
177
  cli_code="INTERNAL_ERROR",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rednote-cli
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Rednote platform CLI
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
File without changes
File without changes