Skip to content

HTill/Tel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tel

A lightweight agent-based system to ingest, organize, and query company communications. Groups can drop files (emails, docs, notes) into an ingestion folder, and agents process them into a structured memory system.

Features

  • Ingestion: Drop files into ingestion/ to automatically extract structured data.
  • Organization: Agents link related items and update project statuses.
  • Querying: Ask questions like "What’s blocking Project X?" to get summaries.

Setup

  1. Clone the repo:
    git clone /home/till/projects/TelCom
    cd TelCom
  2. Initialize the database:
    sqlite3 memory.db < schema.sql
  3. Start the watcher:
    ./scripts/watcher.sh

Usage

  • Drop files into ingestion/ (e.g., emails, Slack exports, meeting notes).
  • Query the system with OpenCode:
    opencode --agent query "What’s blocking Project X?"

Structure

  • ingestion/: Drop files here for processing.
  • memory.db: SQLite database for structured data.
  • agents/: OpenCode agent configurations.
  • scripts/: Helper scripts (e.g., watcher).
  • archive/: Processed files are moved here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages