cite-agent 1.2.4__py3-none-any.whl → 1.2.5__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 -0
- cite_agent/auth.py +1 -1
- cite_agent/cli.py +1 -1
- cite_agent/updater.py +9 -6
- {cite_agent-1.2.4.dist-info → cite_agent-1.2.5.dist-info}/METADATA +1 -1
- {cite_agent-1.2.4.dist-info → cite_agent-1.2.5.dist-info}/RECORD +10 -9
- {cite_agent-1.2.4.dist-info → cite_agent-1.2.5.dist-info}/WHEEL +0 -0
- {cite_agent-1.2.4.dist-info → cite_agent-1.2.5.dist-info}/entry_points.txt +0 -0
- {cite_agent-1.2.4.dist-info → cite_agent-1.2.5.dist-info}/licenses/LICENSE +0 -0
- {cite_agent-1.2.4.dist-info → cite_agent-1.2.5.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.2.5"
|
cite_agent/auth.py
CHANGED
|
@@ -25,7 +25,7 @@ class AuthManager:
|
|
|
25
25
|
self.config_dir.mkdir(exist_ok=True)
|
|
26
26
|
|
|
27
27
|
self.session_file = self.config_dir / "session.json"
|
|
28
|
-
self.api_base = os.getenv("NOCTURNAL_AUTH_API", "https://api.
|
|
28
|
+
self.api_base = os.getenv("NOCTURNAL_AUTH_API", "https://cite-agent-api-720dfadd602c.herokuapp.com")
|
|
29
29
|
|
|
30
30
|
def login(self, email: str, password: str) -> Dict:
|
|
31
31
|
"""
|
cite_agent/cli.py
CHANGED
cite_agent/updater.py
CHANGED
|
@@ -54,6 +54,13 @@ class NocturnalUpdater:
|
|
|
54
54
|
except Exception:
|
|
55
55
|
pass
|
|
56
56
|
|
|
57
|
+
# Try version file
|
|
58
|
+
try:
|
|
59
|
+
from cite_agent.__version__ import __version__
|
|
60
|
+
return __version__
|
|
61
|
+
except Exception:
|
|
62
|
+
pass
|
|
63
|
+
|
|
57
64
|
# Fallback to pkg_resources (deprecated)
|
|
58
65
|
if pkg_resources:
|
|
59
66
|
try:
|
|
@@ -61,12 +68,8 @@ class NocturnalUpdater:
|
|
|
61
68
|
except Exception:
|
|
62
69
|
pass
|
|
63
70
|
|
|
64
|
-
# Last resort
|
|
65
|
-
|
|
66
|
-
import cite_agent
|
|
67
|
-
return getattr(cite_agent, '__version__', '1.0.0')
|
|
68
|
-
except ImportError:
|
|
69
|
-
return "1.0.0"
|
|
71
|
+
# Last resort
|
|
72
|
+
return "1.0.0"
|
|
70
73
|
|
|
71
74
|
def check_for_updates(self) -> Optional[Dict[str, Any]]:
|
|
72
75
|
"""Check if updates are available"""
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
cite_agent/__init__.py,sha256=wAXV2v8nNOmIAd0rh8196ItBl9hHWBVOBl5Re4VB77I,1645
|
|
2
|
+
cite_agent/__version__.py,sha256=jBmZf3HLbiQlWiolOsAA6J5-BbxXD2bqFqEqDH3lfqo,22
|
|
2
3
|
cite_agent/account_client.py,sha256=yLuzhIJoIZuXHXGbaVMzDxRATQwcy-wiaLnUrDuwUhI,5725
|
|
3
4
|
cite_agent/agent_backend_only.py,sha256=H4DH4hmKhT0T3rQLAb2xnnJVjxl3pOZaljL9r6JndFY,6314
|
|
4
5
|
cite_agent/ascii_plotting.py,sha256=lk8BaECs6fmjtp4iH12G09-frlRehAN7HLhHt2crers,8570
|
|
5
|
-
cite_agent/auth.py,sha256=
|
|
6
|
+
cite_agent/auth.py,sha256=YtoGXKwcLkZQbop37iYYL9BzRWBRPlt_D9p71VGViS4,9833
|
|
6
7
|
cite_agent/backend_only_client.py,sha256=WqLF8x7aXTro2Q3ehqKMsdCg53s6fNk9Hy86bGxqmmw,2561
|
|
7
|
-
cite_agent/cli.py,sha256=
|
|
8
|
+
cite_agent/cli.py,sha256=1yBfLhOuELx4OAQb7VKm9hC6VWF6H62SLWK8qblyHLQ,31858
|
|
8
9
|
cite_agent/cli_conversational.py,sha256=RAmgRNRyB8gQ8QLvWU-Tt23j2lmA34rQNT5F3_7SOq0,11141
|
|
9
10
|
cite_agent/cli_enhanced.py,sha256=EAaSw9qtiYRWUXF6_05T19GCXlz9cCSz6n41ASnXIPc,7407
|
|
10
11
|
cite_agent/cli_workflow.py,sha256=4oS_jW9D8ylovXbEFdsyLQONt4o0xxR4Xatfcc4tnBs,11641
|
|
@@ -16,11 +17,11 @@ cite_agent/setup_config.py,sha256=kNZNr5cZmCXr43rGWNenNJXZ1Kfz7PrdLXpAqxM7WgM,16
|
|
|
16
17
|
cite_agent/streaming_ui.py,sha256=N6TWOo7GVQ_Ynfw73JCfrdGcLIU-PwbS3GbsHQHegmg,7810
|
|
17
18
|
cite_agent/telemetry.py,sha256=55kXdHvI24ZsEkbFtihcjIfJt2oiSXcEpLzTxQ3KCdQ,2916
|
|
18
19
|
cite_agent/ui.py,sha256=r1OAeY3NSeqhAjJYmEBH9CaennBuibFAz1Mur6YF80E,6134
|
|
19
|
-
cite_agent/updater.py,sha256=
|
|
20
|
+
cite_agent/updater.py,sha256=28Kgs6cKEB-3d-Eri411hYHv6CgywMHV0718XFw0PqI,8479
|
|
20
21
|
cite_agent/web_search.py,sha256=j-BRhT8EBC6BEPgACQPeVwB1SVGKDz4XLM7sowacvSc,6587
|
|
21
22
|
cite_agent/workflow.py,sha256=a0YC0Mzz4or1C5t2gZcuJBQ0uMOZrooaI8eLu2kkI0k,15086
|
|
22
23
|
cite_agent/workflow_integration.py,sha256=A9ua0DN5pRtuU0cAwrUTGvqt2SXKhEHQbrHx16EGnDM,10910
|
|
23
|
-
cite_agent-1.2.
|
|
24
|
+
cite_agent-1.2.5.dist-info/licenses/LICENSE,sha256=XJkyO4IymhSUniN1ENY6lLrL2729gn_rbRlFK6_Hi9M,1074
|
|
24
25
|
src/__init__.py,sha256=0eEpjRfjRjOTilP66y-AbGNslBsVYr_clE-bZUzsX7s,40
|
|
25
26
|
src/services/__init__.py,sha256=pTGLCH_84mz4nGtYMwQES5w-LzoSulUtx_uuNM6r-LA,4257
|
|
26
27
|
src/services/simple_enhanced_main.py,sha256=IJoOplCqcVUg3GvN_BRyAhpGrLm_WEPy2jmHcNCY6R0,9257
|
|
@@ -47,8 +48,8 @@ src/services/research_service/synthesizer.py,sha256=lCcu37PWhWVNphHKaJJDIC-JQ5OI
|
|
|
47
48
|
src/services/search_service/__init__.py,sha256=UZFXdd7r6wietQ2kESXEyGffdfBbpghquecQde7auF4,137
|
|
48
49
|
src/services/search_service/indexer.py,sha256=u3-uwdAfmahWWsdebDF9i8XIyp7YtUMIHzlmBLBnPPM,7252
|
|
49
50
|
src/services/search_service/search_engine.py,sha256=S9HqQ_mk-8W4d4MUOgBbEGQGV29-eSuceSFvVb4Xk-k,12500
|
|
50
|
-
cite_agent-1.2.
|
|
51
|
-
cite_agent-1.2.
|
|
52
|
-
cite_agent-1.2.
|
|
53
|
-
cite_agent-1.2.
|
|
54
|
-
cite_agent-1.2.
|
|
51
|
+
cite_agent-1.2.5.dist-info/METADATA,sha256=DJIKRMBV4lpjGLNH0EQTfuI02GHSsRoZ3yjVO3dKGN8,11657
|
|
52
|
+
cite_agent-1.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
53
|
+
cite_agent-1.2.5.dist-info/entry_points.txt,sha256=bJ0u28nFIxQKH1PWQ2ak4PV-FAjhoxTC7YADEdDenFw,83
|
|
54
|
+
cite_agent-1.2.5.dist-info/top_level.txt,sha256=TgOFqJTIy8vDZuOoYA2QgagkqZtfhM5Acvt_IsWzAKo,15
|
|
55
|
+
cite_agent-1.2.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|