Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.1 KB

File metadata and controls

26 lines (18 loc) · 1.1 KB

Credits

Creator

Eling Agent was created by PatrickNoFilter (@PatrickNoFilter).

Acknowledgements

  • Eling — The underlying memory library (8-layer second brain) that inspired the agent architecture
  • Zero / OpenCode — CLI agent patterns, Zen API provider, stream-json telemetry format
  • Rich — Terminal rendering (markdown, panels, tables, progress indicators)
  • Firecrawl — MCP server for web scraping and search
  • Claude Code / Codex — Tool-calling loop patterns, plan-step protocol
  • dusterbloom — HRR phase-encoding implementation (adapted in the eling memory library)

Open Source Licenses

This project is MIT licensed. See LICENSE for details.

The following open source packages are used:

Package License Purpose
requests Apache 2.0 HTTP client for API calls
rich MIT Terminal UI rendering
markitdown MIT Document conversion (optional)