You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Search papersFindrecentpapersaboutlargelanguagemodels# Get paper detailsGetdetailsaboutpaper2303.08774# Add to knowledge graphAddthepaperwithID2303.08774totheknowledgegraph
Related Components
GitHub agent (reference implementation)
Document ontology (parent classes)
ABI core framework
Notes
Uses arXiv API through arxiv package
Implements ontology mapping for papers, authors, and categories
Follows ABI framework patterns for integration and pipeline implementation
The text was updated successfully, but these errors were encountered:
ArXiv Agent Implementation
Overview
Add an ArXiv agent to enable searching and analyzing research papers through the ArXiv API, with ontology mapping capabilities.
Components to Implement
1. Ontology
src/ontologies/application-level/ArXivOntology.ttl
2. Integration
src/integrations/ArXivIntegration.py
3. Pipeline
src/pipelines/arxiv/ArXivPaperPipeline.py
4. Assistant
src/assistants/expert/domain/ArXivAssistant.py
5. Integration with Terminal App
src/apps/terminal_agent/main.py
6. Build System
Makefile
pyproject.toml
Dependencies
make add dep=arxiv
Testing Checklist
Example Usage
Related Components
Notes
The text was updated successfully, but these errors were encountered: