https://github.com/abeenoch/eclipse_agent

Agent Built for Eclipse, the L2 layer solution.

https://github.com/abeenoch/eclipse_agent

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Agent Built for Eclipse, the L2 layer solution.

Basic Info
  • Host: GitHub
  • Owner: abeenoch
  • Language: Python
  • Default Branch: master
  • Size: 29.3 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Eclipse AI Agent

An industry-grade AI assistant specialized in providing technical support and code samples for Eclipse (L2 layer solutions), leveraging advanced AI models and web tools.

AI Assistant Python Workflows

Overview

The Eclipse AI Agent is a sophisticated workflow-driven assistant that combines: - GPT-4o's reasoning capabilities - Tavily search integration - Web scraping functionality - Persistent conversation history - SQLite-based caching system

Designed specifically for Eclipse L2 layer development support, providing contextual responses with relevant code examples.

Features

  • Intelligent Query Processing: Multi-stage analysis of technical queries
  • Web Integration:
    • Tavily API for optimized search
    • Crawl4AI for dynamic content scraping
  • Conversation Continuity: Context-aware interactions using history tracking
  • Performance Optimization:
    • SQLite-based response caching
    • Automatic session management
  • Developer Focus:
    • Markdown-formatted responses
    • Tool call visibility
    • Built-in monitoring

Installation

```bash git clone [your-repository-url] cd eclipse-ai-agent python -m venv venv source venv/bin/activate # Linux/Mac

venv\Scripts\activate # Windows

pip install -r requirements.txt

Owner

  • Name: Abe Enoch Aboluwarin
  • Login: abeenoch
  • Kind: user
  • Location: nigeria

dislikes snakes except python.

GitHub Events

Total
  • Push event: 2
  • Create event: 2
Last Year
  • Push event: 2
  • Create event: 2

Dependencies

requirements.txt pypi
  • crawl4ai *
  • fastapi *
  • phidata *
  • tavily-python *