cite-agent 1.2.4__tar.gz → 1.2.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.
Potentially problematic release.
This version of cite-agent might be problematic. Click here for more details.
- {cite_agent-1.2.4/cite_agent.egg-info → cite_agent-1.2.5}/PKG-INFO +1 -1
- cite_agent-1.2.5/cite_agent/__version__.py +1 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/auth.py +1 -1
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/cli.py +1 -1
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/updater.py +9 -6
- {cite_agent-1.2.4 → cite_agent-1.2.5/cite_agent.egg-info}/PKG-INFO +1 -1
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent.egg-info/SOURCES.txt +1 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/setup.py +1 -1
- {cite_agent-1.2.4 → cite_agent-1.2.5}/LICENSE +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/MANIFEST.in +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/README.md +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/__init__.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/account_client.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/agent_backend_only.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/ascii_plotting.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/backend_only_client.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/cli_conversational.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/cli_enhanced.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/cli_workflow.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/dashboard.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/enhanced_ai_agent.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/rate_limiter.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/session_manager.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/setup_config.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/streaming_ui.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/telemetry.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/ui.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/web_search.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/workflow.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent/workflow_integration.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent.egg-info/dependency_links.txt +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent.egg-info/entry_points.txt +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent.egg-info/requires.txt +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/cite_agent.egg-info/top_level.txt +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/docs/BETA_LAUNCH_CHECKLIST.md +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/docs/BETA_RELEASE_CHECKLIST.md +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/docs/ENHANCED_CAPABILITIES.md +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/docs/GROQ_RATE_LIMITS.md +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/docs/INSTALL.md +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/docs/PUBLISHING_PYPI.md +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/docs/SECURE_PACKAGING_GUIDE.md +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/docs/SECURITY_AUDIT.md +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/docs/USER_GETTING_STARTED.md +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/docs/playbooks/BETA_LAUNCH_PLAYBOOK.md +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/requirements-dev.txt +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/requirements.txt +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/setup.cfg +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/__init__.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/__init__.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/auth_service/__init__.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/auth_service/auth_manager.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/graph/__init__.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/graph/knowledge_graph.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/llm_service/__init__.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/llm_service/llm_manager.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/paper_service/__init__.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/paper_service/openalex.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/performance_service/__init__.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/performance_service/rust_performance.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/research_service/__init__.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/research_service/chatbot.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/research_service/citation_manager.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/research_service/context_manager.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/research_service/conversation_manager.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/research_service/critical_paper_detector.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/research_service/enhanced_research.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/research_service/enhanced_synthesizer.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/research_service/query_generator.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/research_service/synthesizer.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/search_service/__init__.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/search_service/indexer.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/search_service/search_engine.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/simple_enhanced_main.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/beta_launch_test_suite.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/enhanced/test_account_client.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/enhanced/test_archive_agent.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/enhanced/test_enhanced_agent_runtime.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/enhanced/test_reasoning_engine.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/enhanced/test_setup_config.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/enhanced/test_tool_framework.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/integration_test.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/test_truth_seeking_comprehensive.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/validation/test_accuracy_system.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/validation/test_agent_live.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/validation/test_backend_local.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/validation/test_cerebras_comparison.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/validation/test_improved_prompt.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/validation/test_qualitative_robustness.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/validation/test_qualitative_system.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/validation/test_truth_seeking_chinese.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/validation/test_truth_seeking_comprehensive.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tests/validation/test_truth_seeking_real.py +0 -0
- {cite_agent-1.2.4 → cite_agent-1.2.5}/tools/security_audit.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.2.5"
|
|
@@ -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
|
"""
|
|
@@ -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"""
|
|
@@ -7,7 +7,7 @@ long_description = readme_path.read_text() if readme_path.exists() else "Termina
|
|
|
7
7
|
|
|
8
8
|
setup(
|
|
9
9
|
name="cite-agent",
|
|
10
|
-
version="1.2.
|
|
10
|
+
version="1.2.5",
|
|
11
11
|
author="Cite-Agent Team",
|
|
12
12
|
author_email="contact@citeagent.dev",
|
|
13
13
|
description="Terminal AI assistant for academic research with citation verification",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cite_agent-1.2.4 → cite_agent-1.2.5}/src/services/research_service/critical_paper_detector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|