Skip to content

Latest commit

Β 

History

History
50 lines (36 loc) Β· 1.58 KB

File metadata and controls

50 lines (36 loc) Β· 1.58 KB

πŸŽ‰ tilde v0.1.0 β€” Initial Release

Your AI agents' home directory

tilde is now available on PyPI! Install with:

pip install tilde-ai
tilde init

✨ Features

  • 🏠 Local-First: Your data stays on your machine by default
  • πŸ“‹ Structured Profiles: Identity, tech stack, knowledge, skills
  • πŸ”Œ MCP Standard: Works with Claude Desktop, Cursor, Windsurf, and any MCP-compliant agent
  • ✏️ Human-in-the-Loop: Agents propose updates, you approve them
  • πŸ”§ Extensible Schema: Add custom fields without modifying code
  • πŸ”’ Skills Privacy: Control which skills are visible to agents (public/private/team)
  • πŸ€– Agent-Callable Skills: Define skills that AI agents can invoke on your behalf
  • πŸ“„ Resume Import: Bootstrap your profile from existing resume/CV
  • πŸ“š Knowledge Sources: Books, docs, courses, articles β€” unified learning model
  • πŸ‘₯ Team Sync: Share coding standards across your team

πŸ“¦ What's Included

  • Full MCP server implementation
  • CLI for profile management (tilde init, tilde show, tilde edit)
  • Skills import/export (Anthropic SKILL.md format)
  • Resume ingestion with LLM extraction
  • SQLite and Mem0 storage backends
  • Document ingestion for knowledge management

πŸš€ Quick Start

pip install tilde-ai
tilde init
tilde show

Configure Claude Desktop or Cursor β€” see README for details.

πŸ“– Documentation

Full documentation available at: https://github.com/topskychen/tilde


Configure once. Use everywhere. Your data, your control.