cite-agent 1.3.8__py3-none-any.whl → 1.3.9__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.
- cite_agent/__version__.py +1 -1
- cite_agent/cli.py +180 -7
- cite_agent/conversation_archive.py +152 -0
- cite_agent/enhanced_ai_agent.py +547 -192
- {cite_agent-1.3.8.dist-info → cite_agent-1.3.9.dist-info}/METADATA +1 -1
- {cite_agent-1.3.8.dist-info → cite_agent-1.3.9.dist-info}/RECORD +10 -9
- {cite_agent-1.3.8.dist-info → cite_agent-1.3.9.dist-info}/WHEEL +0 -0
- {cite_agent-1.3.8.dist-info → cite_agent-1.3.9.dist-info}/entry_points.txt +0 -0
- {cite_agent-1.3.8.dist-info → cite_agent-1.3.9.dist-info}/licenses/LICENSE +0 -0
- {cite_agent-1.3.8.dist-info → cite_agent-1.3.9.dist-info}/top_level.txt +0 -0
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
cite_agent/__init__.py,sha256=wAXV2v8nNOmIAd0rh8196ItBl9hHWBVOBl5Re4VB77I,1645
|
|
2
2
|
cite_agent/__main__.py,sha256=6x3lltwG-iZHeQbN12rwvdkPDfd2Rmdk71tOOaC89Mw,179
|
|
3
|
-
cite_agent/__version__.py,sha256=
|
|
3
|
+
cite_agent/__version__.py,sha256=SaWgUI6v92kVfF_Qdoxbfc38bwA34RuDGZmXMqa5g3c,22
|
|
4
4
|
cite_agent/account_client.py,sha256=yLuzhIJoIZuXHXGbaVMzDxRATQwcy-wiaLnUrDuwUhI,5725
|
|
5
5
|
cite_agent/agent_backend_only.py,sha256=H4DH4hmKhT0T3rQLAb2xnnJVjxl3pOZaljL9r6JndFY,6314
|
|
6
6
|
cite_agent/ascii_plotting.py,sha256=lk8BaECs6fmjtp4iH12G09-frlRehAN7HLhHt2crers,8570
|
|
7
7
|
cite_agent/auth.py,sha256=YtoGXKwcLkZQbop37iYYL9BzRWBRPlt_D9p71VGViS4,9833
|
|
8
8
|
cite_agent/backend_only_client.py,sha256=WqLF8x7aXTro2Q3ehqKMsdCg53s6fNk9Hy86bGxqmmw,2561
|
|
9
|
-
cite_agent/cli.py,sha256=
|
|
9
|
+
cite_agent/cli.py,sha256=edXwkxOvDJgQBJr5L2w5fREzqxi10-Iti5Es5gV7pmU,43249
|
|
10
10
|
cite_agent/cli_conversational.py,sha256=RAmgRNRyB8gQ8QLvWU-Tt23j2lmA34rQNT5F3_7SOq0,11141
|
|
11
11
|
cite_agent/cli_enhanced.py,sha256=EAaSw9qtiYRWUXF6_05T19GCXlz9cCSz6n41ASnXIPc,7407
|
|
12
12
|
cite_agent/cli_workflow.py,sha256=4oS_jW9D8ylovXbEFdsyLQONt4o0xxR4Xatfcc4tnBs,11641
|
|
13
|
+
cite_agent/conversation_archive.py,sha256=FV1EpcYTc732Oc5oc7EbrpaxUQkSNxP-KCEKbr8k2GA,4965
|
|
13
14
|
cite_agent/dashboard.py,sha256=VGV5XQU1PnqvTsxfKMcue3j2ri_nvm9Be6O5aVays_w,10502
|
|
14
|
-
cite_agent/enhanced_ai_agent.py,sha256=
|
|
15
|
+
cite_agent/enhanced_ai_agent.py,sha256=kXtZjcpGU6pXnC209BluOgytVEftwVB5Pcbxe3Y6-XY,243565
|
|
15
16
|
cite_agent/project_detector.py,sha256=fPl5cLTy_oyufqrQ7RJ5IRVdofZoPqDRaQXW6tRtBJc,6086
|
|
16
17
|
cite_agent/rate_limiter.py,sha256=-0fXx8Tl4zVB4O28n9ojU2weRo-FBF1cJo9Z5jC2LxQ,10908
|
|
17
18
|
cite_agent/session_manager.py,sha256=B0MXSOsXdhO3DlvTG7S8x6pmGlYEDvIZ-o8TZM23niQ,9444
|
|
@@ -23,9 +24,9 @@ cite_agent/updater.py,sha256=udoAAN4gBKAvKDV7JTh2FJO_jIhNk9bby4x6n188MEY,8458
|
|
|
23
24
|
cite_agent/web_search.py,sha256=FZCuNO7MAITiOIbpPbJyt2bzbXPzQla-9amJpnMpW_4,6520
|
|
24
25
|
cite_agent/workflow.py,sha256=a0YC0Mzz4or1C5t2gZcuJBQ0uMOZrooaI8eLu2kkI0k,15086
|
|
25
26
|
cite_agent/workflow_integration.py,sha256=A9ua0DN5pRtuU0cAwrUTGvqt2SXKhEHQbrHx16EGnDM,10910
|
|
26
|
-
cite_agent-1.3.
|
|
27
|
-
cite_agent-1.3.
|
|
28
|
-
cite_agent-1.3.
|
|
29
|
-
cite_agent-1.3.
|
|
30
|
-
cite_agent-1.3.
|
|
31
|
-
cite_agent-1.3.
|
|
27
|
+
cite_agent-1.3.9.dist-info/licenses/LICENSE,sha256=XJkyO4IymhSUniN1ENY6lLrL2729gn_rbRlFK6_Hi9M,1074
|
|
28
|
+
cite_agent-1.3.9.dist-info/METADATA,sha256=G7UmQPgIHXxS-6hgiWml8L7U23XsLb7JlB0nh0NVxo4,12231
|
|
29
|
+
cite_agent-1.3.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
30
|
+
cite_agent-1.3.9.dist-info/entry_points.txt,sha256=bJ0u28nFIxQKH1PWQ2ak4PV-FAjhoxTC7YADEdDenFw,83
|
|
31
|
+
cite_agent-1.3.9.dist-info/top_level.txt,sha256=NNfD8pxDZzBK8tjDIpCs2BW9Va-OQ5qUFbEx0SgmyIE,11
|
|
32
|
+
cite_agent-1.3.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|