{"id":42062876,"url":"https://github.com/brainless/dwata","last_synced_at":"2026-04-02T22:55:44.725Z","repository":{"id":39144834,"uuid":"259807763","full_name":"brainless/dwata","owner":"brainless","description":"AI enabled insights from emails, calendars, contacts, files, Slack, databases, web... Fast, private and local. Launching soon!","archived":false,"fork":false,"pushed_at":"2026-01-30T10:58:51.000Z","size":17859,"stargazers_count":167,"open_issues_count":4,"forks_count":12,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-31T00:35:25.168Z","etag":null,"topics":["ai-assistant","ai-chat","analytics","desktop-app","email","files","insights","productivity"],"latest_commit_sha":null,"homepage":"https://dwata.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brainless.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-29T02:47:14.000Z","updated_at":"2026-01-30T10:58:52.000Z","dependencies_parsed_at":"2024-05-28T10:17:33.165Z","dependency_job_id":"1b412410-b64a-4ae6-97c0-05fc64cff496","html_url":"https://github.com/brainless/dwata","commit_stats":null,"previous_names":["pixlie/dwata","brainless/dwata"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/brainless/dwata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainless%2Fdwata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainless%2Fdwata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainless%2Fdwata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainless%2Fdwata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainless","download_url":"https://codeload.github.com/brainless/dwata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainless%2Fdwata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29114951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-assistant","ai-chat","analytics","desktop-app","email","files","insights","productivity"],"created_at":"2026-01-26T08:00:35.205Z","updated_at":"2026-02-05T07:01:14.566Z","avatar_url":"https://github.com/brainless.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Dwata Documentation\n\nWelcome to the dwata documentation! This guide will help you understand, use, and extend dwata - an AI-powered personal assistant for finance, work management, life goals, and more.\n\n## Documentation Structure\n\n### For Users\n\nStart here if you want to use dwata:\n\n1. **[Overview](./01-overview.md)** - What is dwata and what can it do?\n2. **[User Guide](./06-user-guide.md)** - Complete guide to using dwata effectively\n\n### For Developers\n\nTechnical documentation for understanding and extending dwata:\n\n3. **[Architecture](./02-architecture.md)** - System design and component overview\n4. **[Database Schema](./03-database-schema.md)** - Database structure and tables\n5. **[Agents Reference](./04-agents-reference.md)** - Available AI agents and their capabilities\n6. **[API Reference](./05-api-reference.md)** - REST API endpoints and usage\n\n### For AI Agents\n\nIf you are an AI agent working with dwata:\n\n- **All agents should query dwata-api** for the most up-to-date information\n- API calls provide dynamic agent capabilities and session status\n- Generated TypeScript types ensure type safety across the stack\n- See [API Reference](./05-api-reference.md) for endpoints\n\n## Quick Start\n\n### Users\n\n1. Read the [Overview](./01-overview.md) to understand dwata\n2. Follow the [User Guide](./06-user-guide.md) to get started\n3. Create your first project and start tracking!\n\n### Developers\n\n1. Review the [Architecture](./02-architecture.md) to understand the system\n2. Check [Database Schema](./03-database-schema.md) for data structure\n3. Explore [Agents Reference](./04-agents-reference.md) for agent capabilities\n4. Use [API Reference](./05-api-reference.md) to integrate\n\n## Key Features\n\n- **Multi-Agent System**: Specialized AI agents for different domains\n- **Dynamic Database**: Tables created on-demand based on your needs\n- **Local-First**: All data stored locally on your machine\n- **Type-Safe**: Generated types for Rust and TypeScript\n- **Extensible**: Easy to add new agents and features\n\n## Technology Stack\n\n- **Backend**: Rust with Actix-web\n- **Database**: SQLite\n- **LLM Integration**: nocodo-llm-sdk (Anthropic, OpenAI, etc.)\n- **Agents**: nocodo-agents framework\n- **Frontend**: Web-based GUI with TypeScript\n\n## Use Cases\n\n- **Personal Finance**: Track income, expenses, savings, and financial health\n- **Travel Planning**: Research destinations, create itineraries, manage trips\n- **Work Management**: Organize tasks, projects, and professional goals\n- **Life Goals**: Plan and monitor personal objectives\n- **And more**: Extensible to any domain with custom agents\n\n## Document Details\n\n| Document | Audience | Description |\n|----------|----------|-------------|\n| [01-overview.md](./01-overview.md) | Everyone | High-level introduction to dwata |\n| [02-architecture.md](./02-architecture.md) | Developers | System architecture and components |\n| [03-database-schema.md](./03-database-schema.md) | Developers | Database tables and schema |\n| [04-agents-reference.md](./04-agents-reference.md) | Developers, Agents | AI agent capabilities and tools |\n| [05-api-reference.md](./05-api-reference.md) | Developers, Agents | REST API endpoints and types |\n| [06-user-guide.md](./06-user-guide.md) | Users | Complete usage guide |\n\n## Getting Help\n\n- **GitHub Issues**: Report bugs or request features\n- **Discussions**: Share use cases and ask questions\n- **Documentation**: You're reading it!\n\n## Contributing\n\nWant to contribute to dwata or its documentation?\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Submit a pull request\n\n### Documentation Contributions\n\n- Fix typos or unclear explanations\n- Add examples and use cases\n- Improve code samples\n- Update outdated information\n\nAll contributions are welcome!\n\n## Version\n\nThese docs are for dwata version 0.1.0.\n\nLast updated: 2026-01-18\n\n## License\n\nMIT License - See LICENSE file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainless%2Fdwata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainless%2Fdwata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainless%2Fdwata/lists"}