better-notion 1.5.4__py3-none-any.whl → 1.6.0__py3-none-any.whl
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.
- better_notion/_cli/docs/__init__.py +20 -0
- better_notion/_cli/docs/base.py +204 -0
- better_notion/_cli/docs/formatters.py +128 -0
- better_notion/_cli/docs/registry.py +82 -0
- better_notion/_cli/main.py +167 -0
- better_notion/_cli/response.py +64 -8
- better_notion/plugins/official/agents.py +274 -3
- better_notion/plugins/official/agents_schema.py +369 -0
- better_notion/utils/agents/metadata.py +185 -0
- better_notion/utils/agents/workspace.py +49 -2
- {better_notion-1.5.4.dist-info → better_notion-1.6.0.dist-info}/METADATA +1 -1
- {better_notion-1.5.4.dist-info → better_notion-1.6.0.dist-info}/RECORD +15 -9
- {better_notion-1.5.4.dist-info → better_notion-1.6.0.dist-info}/WHEEL +0 -0
- {better_notion-1.5.4.dist-info → better_notion-1.6.0.dist-info}/entry_points.txt +0 -0
- {better_notion-1.5.4.dist-info → better_notion-1.6.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -33,9 +33,9 @@ better_notion/_cli/async_typer.py,sha256=0GlE9G84FAFxBEtaunL3PrCxGx4m70SuwYrTeI8
|
|
|
33
33
|
better_notion/_cli/config.py,sha256=2D7z50yY4k3EoJNcd6EIUyy5uyIulbr6PzTub2mDmqg,3176
|
|
34
34
|
better_notion/_cli/display.py,sha256=ROQsc4RwNuoXaHx0dfFlQ0A8WTCScmD855XwB9vHjeY,8480
|
|
35
35
|
better_notion/_cli/errors.py,sha256=p1H_Vik-DnNX1dY1lg9xsKKW9p6gHEwKw7zcgG6vM-A,5328
|
|
36
|
-
better_notion/_cli/main.py,sha256=
|
|
36
|
+
better_notion/_cli/main.py,sha256=Av8iadXtQGl7wJCZRoeAyMuu3HQwXpyiXIV92ea_MYw,11192
|
|
37
37
|
better_notion/_cli/markdown.py,sha256=MgCxrxKf4iGkiLjgeWk7dMAk9NljYBaAJ2mvUE59KKM,10446
|
|
38
|
-
better_notion/_cli/response.py,sha256=
|
|
38
|
+
better_notion/_cli/response.py,sha256=7y49EbQ15HvKd4j2Focf0XTi3VGqHc_oHZ8g3FJdSxs,6074
|
|
39
39
|
better_notion/_cli/commands/__init__.py,sha256=hxoUYPXalRT123fITkPirs03nzCfD9YAGd8ac3bQY9w,112
|
|
40
40
|
better_notion/_cli/commands/auth.py,sha256=d1-g8SKCrC8Di4yM36hafVlF9YZQ9pypRYU9IQoaZOo,3663
|
|
41
41
|
better_notion/_cli/commands/blocks.py,sha256=ErcR-SHhPoz6B9uy0xOG6CGZB-bhvny5lxBYufmYHbw,15711
|
|
@@ -48,6 +48,10 @@ better_notion/_cli/commands/search.py,sha256=JM20W5TiohsOKLyEUABEaWr0yB82W2_qAGQ
|
|
|
48
48
|
better_notion/_cli/commands/update.py,sha256=NfmijzTpCbVTEY2h0QdcJZXEiGmWkk-iyEtZCqrgmAk,4997
|
|
49
49
|
better_notion/_cli/commands/users.py,sha256=wpjKCo-HHfpiGsjvLSs8nb2MjZ8nxtppCC0N_OCkz9M,4890
|
|
50
50
|
better_notion/_cli/commands/workspace.py,sha256=f3VQcXZ6lu2QrAxkQyFVb3FVU7LYC8kag6VOUvVEu-c,3671
|
|
51
|
+
better_notion/_cli/docs/__init__.py,sha256=NQ2Wt18dVEE43hw2XZtdM8S3OJ5DHzLTKW20byxxYng,415
|
|
52
|
+
better_notion/_cli/docs/base.py,sha256=xESWiLIaNqK8jCs34_jM1E33oaIv4lwmhJkJh3Lf4RQ,6538
|
|
53
|
+
better_notion/_cli/docs/formatters.py,sha256=bFZ2WOr7Q1O-Q2uUXWki_88jciqHU39wJeaOc_QqSGc,4261
|
|
54
|
+
better_notion/_cli/docs/registry.py,sha256=D1AyQoUITrs-8r_hP72C6ef1vsEQhOEqV13oBuv3pK0,2281
|
|
51
55
|
better_notion/_cli/utils/__init__.py,sha256=VV2SaZnclN-HMMRIsqgxlBNL2HB4n1AvAfMJJWCoTxo,29
|
|
52
56
|
better_notion/_sdk/__init__.py,sha256=oTo9qHSrRBRqPw-2ZHU5TR4erVZTf9IzYRFP8ju9H5U,210
|
|
53
57
|
better_notion/_sdk/client.py,sha256=1XKpMLNesCNi4xq6zi__qgh02SLcB3ZwWM-gG-7PAUQ,13660
|
|
@@ -107,8 +111,9 @@ better_notion/plugins/base.py,sha256=3h9jOZzS--UqmVW3RREtcQ2h1GTWWPUryTencsJKhTM
|
|
|
107
111
|
better_notion/plugins/loader.py,sha256=zCWsMdJyvZs1IHFm0zjEiqm_l_5jB1Uw4x30Kq8rLS4,9527
|
|
108
112
|
better_notion/plugins/state.py,sha256=jH_tZWvC35hqLO4qwl2Kwq9ziWVavwCEUcCqy3s5wMY,3780
|
|
109
113
|
better_notion/plugins/official/__init__.py,sha256=rPg5vdk1cEANVstMPzxcWmImtsOpdSR40JSml7h1uUk,426
|
|
110
|
-
better_notion/plugins/official/agents.py,sha256=
|
|
114
|
+
better_notion/plugins/official/agents.py,sha256=Wc3EK934GEbD3lGrU2ZuVW8K5bNVA1BIGqttk52wIno,40859
|
|
111
115
|
better_notion/plugins/official/agents_cli.py,sha256=8l6e1zJCAT4DdAO-QfdjK_vrrrik3pmrojwakE32ZNY,53048
|
|
116
|
+
better_notion/plugins/official/agents_schema.py,sha256=QDMGzOUEtH2QShIig8g6pS8veeZz6x034RXm6MU2PJQ,14136
|
|
112
117
|
better_notion/plugins/official/productivity.py,sha256=_-whP4pYA4HufE1aUFbIdhrjU-O9njI7xUO_Id2M1J8,8726
|
|
113
118
|
better_notion/plugins/official/agents_sdk/__init__.py,sha256=luQBzZLsJ7fC5U0jFu8dfzMviiXj2SBZXcTohM53wkQ,725
|
|
114
119
|
better_notion/plugins/official/agents_sdk/managers.py,sha256=0zMZPu63zhdyqiudO2gKsmM3YOJh0nFAR9FrMlwkV2A,31186
|
|
@@ -121,13 +126,14 @@ better_notion/utils/validators.py,sha256=RyAGcYJexKOq1YepF6insoBu4QEOVPoAMWqi8Mt
|
|
|
121
126
|
better_notion/utils/agents/__init__.py,sha256=Zu32q0abbimrJY5dczjWNEastE-IrtGPQjpxD4JS4IU,1715
|
|
122
127
|
better_notion/utils/agents/auth.py,sha256=_SBcqBjXmX8CJMCPpRWM-UuaDg7-OOtMWbhnYEiIBTs,6568
|
|
123
128
|
better_notion/utils/agents/dependency_resolver.py,sha256=PfHHDIQztGih4LwylMb0_MyhDFbOYPjvUxcxY52mSEs,12033
|
|
129
|
+
better_notion/utils/agents/metadata.py,sha256=thQSXfYx9mWgmBud8HtlNTLr5SwH6E_O1AjSNSnMFoo,6614
|
|
124
130
|
better_notion/utils/agents/project_context.py,sha256=aJlzy5H2rL4sAfW2jHL_3K2VkBJ4ihUhCRVolkpuO78,7477
|
|
125
131
|
better_notion/utils/agents/rbac.py,sha256=8ZA8Y7wbOiVZDbpjpH7iC35SZrZ0jl4fcJ3xWCm3SsE,11820
|
|
126
132
|
better_notion/utils/agents/schemas.py,sha256=eHfGhY90FAPXA3E8qE6gP75dgNzn-9z5Ju1FMwBKnQQ,22120
|
|
127
133
|
better_notion/utils/agents/state_machine.py,sha256=xUBEeDTbU1Xq-rsRo2sbr6AUYpYrV9DTHOtZT2cWES8,6699
|
|
128
|
-
better_notion/utils/agents/workspace.py,sha256=
|
|
129
|
-
better_notion-1.
|
|
130
|
-
better_notion-1.
|
|
131
|
-
better_notion-1.
|
|
132
|
-
better_notion-1.
|
|
133
|
-
better_notion-1.
|
|
134
|
+
better_notion/utils/agents/workspace.py,sha256=nS7BNa0-RFCxeAKa0inmBZcPfRKTMB11pi9OW4WzvQ4,15915
|
|
135
|
+
better_notion-1.6.0.dist-info/METADATA,sha256=leiPUN0D9auHnDVpw5hos7gPAoxwsEwJVp4xv8vVunk,11096
|
|
136
|
+
better_notion-1.6.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
137
|
+
better_notion-1.6.0.dist-info/entry_points.txt,sha256=D0bUcP7Z00Zyjxw7r2p29T95UrwioDO0aGDoHe9I6fo,55
|
|
138
|
+
better_notion-1.6.0.dist-info/licenses/LICENSE,sha256=BAdN3JpgMY_y_fWqZSCFSvSbC2mTHP-BKDAzF5FXQAI,1069
|
|
139
|
+
better_notion-1.6.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|