cite-agent 1.2.6__tar.gz → 1.2.8__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.6/cite_agent.egg-info → cite_agent-1.2.8}/PKG-INFO +27 -3
- {cite_agent-1.2.6 → cite_agent-1.2.8}/README.md +26 -2
- cite_agent-1.2.8/cite_agent/__main__.py +11 -0
- cite_agent-1.2.8/cite_agent/__version__.py +1 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/cli.py +1 -1
- {cite_agent-1.2.6 → cite_agent-1.2.8/cite_agent.egg-info}/PKG-INFO +27 -3
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent.egg-info/SOURCES.txt +1 -1
- {cite_agent-1.2.6 → cite_agent-1.2.8}/setup.py +1 -1
- cite_agent-1.2.6/cite_agent/__version__.py +0 -1
- cite_agent-1.2.6/requirements-dev.txt +0 -10
- {cite_agent-1.2.6 → cite_agent-1.2.8}/LICENSE +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/MANIFEST.in +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/__init__.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/account_client.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/agent_backend_only.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/ascii_plotting.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/auth.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/backend_only_client.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/cli_conversational.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/cli_enhanced.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/cli_workflow.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/dashboard.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/enhanced_ai_agent.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/rate_limiter.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/session_manager.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/setup_config.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/streaming_ui.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/telemetry.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/ui.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/updater.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/web_search.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/workflow.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent/workflow_integration.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent.egg-info/dependency_links.txt +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent.egg-info/entry_points.txt +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent.egg-info/requires.txt +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/cite_agent.egg-info/top_level.txt +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/docs/BETA_LAUNCH_CHECKLIST.md +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/docs/BETA_RELEASE_CHECKLIST.md +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/docs/ENHANCED_CAPABILITIES.md +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/docs/GROQ_RATE_LIMITS.md +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/docs/INSTALL.md +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/docs/PUBLISHING_PYPI.md +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/docs/SECURE_PACKAGING_GUIDE.md +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/docs/SECURITY_AUDIT.md +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/docs/USER_GETTING_STARTED.md +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/docs/playbooks/BETA_LAUNCH_PLAYBOOK.md +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/requirements.txt +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/setup.cfg +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/__init__.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/__init__.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/auth_service/__init__.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/auth_service/auth_manager.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/graph/__init__.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/graph/knowledge_graph.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/llm_service/__init__.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/llm_service/llm_manager.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/paper_service/__init__.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/paper_service/openalex.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/performance_service/__init__.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/performance_service/rust_performance.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/research_service/__init__.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/research_service/chatbot.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/research_service/citation_manager.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/research_service/context_manager.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/research_service/conversation_manager.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/research_service/critical_paper_detector.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/research_service/enhanced_research.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/research_service/enhanced_synthesizer.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/research_service/query_generator.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/research_service/synthesizer.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/search_service/__init__.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/search_service/indexer.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/search_service/search_engine.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/src/services/simple_enhanced_main.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/beta_launch_test_suite.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/enhanced/test_account_client.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/enhanced/test_archive_agent.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/enhanced/test_enhanced_agent_runtime.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/enhanced/test_reasoning_engine.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/enhanced/test_setup_config.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/enhanced/test_tool_framework.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/integration_test.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/test_truth_seeking_comprehensive.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/validation/test_accuracy_system.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/validation/test_agent_live.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/validation/test_backend_local.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/validation/test_cerebras_comparison.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/validation/test_improved_prompt.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/validation/test_qualitative_robustness.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/validation/test_qualitative_system.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/validation/test_truth_seeking_chinese.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/validation/test_truth_seeking_comprehensive.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tests/validation/test_truth_seeking_real.py +0 -0
- {cite_agent-1.2.6 → cite_agent-1.2.8}/tools/security_audit.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cite-agent
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.8
|
|
4
4
|
Summary: Terminal AI assistant for academic research with citation verification
|
|
5
5
|
Home-page: https://github.com/Spectating101/cite-agent
|
|
6
6
|
Author: Cite-Agent Team
|
|
@@ -37,7 +37,7 @@ Dynamic: summary
|
|
|
37
37
|
|
|
38
38
|
# Cite-Agent: AI Research Assistant
|
|
39
39
|
|
|
40
|
-
[](https://pypi.org/project/cite-agent/)
|
|
41
41
|
[](https://python.org)
|
|
42
42
|
[](LICENSE)
|
|
43
43
|
|
|
@@ -81,10 +81,34 @@ Dynamic: summary
|
|
|
81
81
|
|
|
82
82
|
### Installation
|
|
83
83
|
|
|
84
|
+
**Option 1: pipx (Recommended - handles PATH automatically)**
|
|
84
85
|
```bash
|
|
85
|
-
|
|
86
|
+
# Install pipx if you don't have it
|
|
87
|
+
pip install --user pipx
|
|
88
|
+
python3 -m pipx ensurepath
|
|
89
|
+
|
|
90
|
+
# Install cite-agent
|
|
91
|
+
pipx install cite-agent
|
|
92
|
+
|
|
93
|
+
# Ready to use (no PATH setup needed)
|
|
94
|
+
cite-agent --version
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
**Option 2: pip (requires PATH setup)**
|
|
98
|
+
```bash
|
|
99
|
+
# Install
|
|
100
|
+
pip install --user cite-agent
|
|
101
|
+
|
|
102
|
+
# Add to PATH (one-time setup)
|
|
103
|
+
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
|
|
104
|
+
source ~/.bashrc
|
|
105
|
+
|
|
106
|
+
# Ready to use
|
|
107
|
+
cite-agent --version
|
|
86
108
|
```
|
|
87
109
|
|
|
110
|
+
**If cite-agent command not found:** Run `python3 -m cite_agent.cli` instead.
|
|
111
|
+
|
|
88
112
|
### Basic Usage
|
|
89
113
|
|
|
90
114
|
```bash
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Cite-Agent: AI Research Assistant
|
|
2
2
|
|
|
3
|
-
[](https://pypi.org/project/cite-agent/)
|
|
4
4
|
[](https://python.org)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
@@ -44,10 +44,34 @@
|
|
|
44
44
|
|
|
45
45
|
### Installation
|
|
46
46
|
|
|
47
|
+
**Option 1: pipx (Recommended - handles PATH automatically)**
|
|
47
48
|
```bash
|
|
48
|
-
|
|
49
|
+
# Install pipx if you don't have it
|
|
50
|
+
pip install --user pipx
|
|
51
|
+
python3 -m pipx ensurepath
|
|
52
|
+
|
|
53
|
+
# Install cite-agent
|
|
54
|
+
pipx install cite-agent
|
|
55
|
+
|
|
56
|
+
# Ready to use (no PATH setup needed)
|
|
57
|
+
cite-agent --version
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
**Option 2: pip (requires PATH setup)**
|
|
61
|
+
```bash
|
|
62
|
+
# Install
|
|
63
|
+
pip install --user cite-agent
|
|
64
|
+
|
|
65
|
+
# Add to PATH (one-time setup)
|
|
66
|
+
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
|
|
67
|
+
source ~/.bashrc
|
|
68
|
+
|
|
69
|
+
# Ready to use
|
|
70
|
+
cite-agent --version
|
|
49
71
|
```
|
|
50
72
|
|
|
73
|
+
**If cite-agent command not found:** Run `python3 -m cite_agent.cli` instead.
|
|
74
|
+
|
|
51
75
|
### Basic Usage
|
|
52
76
|
|
|
53
77
|
```bash
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.2.8"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cite-agent
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.8
|
|
4
4
|
Summary: Terminal AI assistant for academic research with citation verification
|
|
5
5
|
Home-page: https://github.com/Spectating101/cite-agent
|
|
6
6
|
Author: Cite-Agent Team
|
|
@@ -37,7 +37,7 @@ Dynamic: summary
|
|
|
37
37
|
|
|
38
38
|
# Cite-Agent: AI Research Assistant
|
|
39
39
|
|
|
40
|
-
[](https://pypi.org/project/cite-agent/)
|
|
41
41
|
[](https://python.org)
|
|
42
42
|
[](LICENSE)
|
|
43
43
|
|
|
@@ -81,10 +81,34 @@ Dynamic: summary
|
|
|
81
81
|
|
|
82
82
|
### Installation
|
|
83
83
|
|
|
84
|
+
**Option 1: pipx (Recommended - handles PATH automatically)**
|
|
84
85
|
```bash
|
|
85
|
-
|
|
86
|
+
# Install pipx if you don't have it
|
|
87
|
+
pip install --user pipx
|
|
88
|
+
python3 -m pipx ensurepath
|
|
89
|
+
|
|
90
|
+
# Install cite-agent
|
|
91
|
+
pipx install cite-agent
|
|
92
|
+
|
|
93
|
+
# Ready to use (no PATH setup needed)
|
|
94
|
+
cite-agent --version
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
**Option 2: pip (requires PATH setup)**
|
|
98
|
+
```bash
|
|
99
|
+
# Install
|
|
100
|
+
pip install --user cite-agent
|
|
101
|
+
|
|
102
|
+
# Add to PATH (one-time setup)
|
|
103
|
+
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
|
|
104
|
+
source ~/.bashrc
|
|
105
|
+
|
|
106
|
+
# Ready to use
|
|
107
|
+
cite-agent --version
|
|
86
108
|
```
|
|
87
109
|
|
|
110
|
+
**If cite-agent command not found:** Run `python3 -m cite_agent.cli` instead.
|
|
111
|
+
|
|
88
112
|
### Basic Usage
|
|
89
113
|
|
|
90
114
|
```bash
|
|
@@ -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.8",
|
|
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",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.2.6"
|
|
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.6 → cite_agent-1.2.8}/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
|