first commit

This commit is contained in:
Tomas Dvorak
2026-02-22 10:42:17 +01:00
commit 55885a0e8f
239 changed files with 103690 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Devour
Devour is a context ingestion and management system for AI that scrapes, indexes, and serves documentation from multiple sources.
## Installation
```bash
go install github.com/yourorg/devour/cmd/devour@latest
```
## Quick Start
```bash
# Initialize
devour init
# Scrape documentation
devour scrape https://docs.example.com
# Query indexed docs
devour query "authentication flow"
# Start MCP server
devour serve
```
## Documentation
See [README.md](README.md) for full documentation.
## License
MIT License