Cora is a heart-centered AI assistant designed to revolutionize the way we interact with technology and enhance human potential. Named after the Latin word for "heart," Cora embodies our commitment to creating AI that is not just intelligent, but also empathetic, ethical, and aligned with human values.
Our vision is to develop an AI assistant that serves as a synergist between human creativity and technological capability. Cora is not just a tool, but a partner in your personal and professional growth, aimed at amplifying your effectiveness and helping you achieve a 10x improvement in various aspects of your life.
At the core of Cora's development is the philosophy of Heart Centered AI, which seeks to create a harmonious intersection between humanity and technology. Our goals include:
- Empowerment: Enhance human capabilities, allowing users to focus on high-level strategy and creativity.
- Ethical AI: Ensure that AI development remains grounded in empathy and multi-variate values.
- Personalization: Provide deeply tailored assistance by leveraging personal data responsibly.
- Efficiency: Dramatically improve productivity by handling a wide range of tasks with varying complexity.
- Innovation: Push the boundaries of what's possible with AI, particularly in entrepreneurial and creative domains.
- Holistic Growth: Support users in achieving balance across all aspects of life, not just career or productivity.
- Basic cli interface with text input and output via rich
- Real time web searching (Exa, Tivaly, Perplexity)
- Simple agent with tools
- Pre-processing user query for enhanced prompt engineering
- Integration with Zep for chat history
- Integration with multiple language models (Claude, GPT-4o, Gemini)
- Intelligent model selection based on query type
- React frontend with components from langui.dev
- Login with Google
- Basic personal data integration (location, preferences)
- Voice input
- Customizable AI agent sophistication levels (dynamically created agents)
- Multi-agent conversations with multiple perspectives
- Integration with Google services (Calendar, Contacts, Photos)
- Secure access to advanced tools (e.g., Python shell for trusted users)
- Full integration with social media platforms and task management tools
- Comprehensive personal data analysis and insights (AI Chief of Life Officer)
- Integration with signed in browser profile (ala Multi-On) for logged in web tasks
- Auto-journaling and life-logging capabilities
- AI-driven project management and execution of complex tasks
- Collaborative AI sessions for multiple users
- Frontend React, langui.dev
- XXX for websocket communication
- AI Orchestration: Langchain, Langgraph
- Web searching via Exa, Tivaly, Perplexity
- Language Models: Claude, GPT-4, Gemini, and specialized models
- API Integrations: Google Services, Instagram, Facebook, Asana
- Memory via Zep
- pytest
TODO
Cora is designed with the highest standards of data privacy and security. While it leverages personal data for enhanced functionality, all information is processed securely, and users have full control over their data. This project is currently intended for use in a trusted environment and is not for public deployment.
- Inspired by the concept of Heart Centered AI and the vision of creating technology that truly serves humanity
- Built with gratitude for the open-source AI community and pioneers in ethical AI development
Borrowed from the zen of python, with a couple of changes.
1. **Readability is the number 1 code quality metric**.
2. Beautiful is better than ugly.
3. Explicit is better than implicit.
4. Simple is better than complex.
5. Complex is better than complicated.
6. Flat is better than nested.
7. Sparse is better than dense.
8. Special cases aren't special enough to break the rules.
* Although practicality beats purity.
9. Errors should never pass silently.
* Unless explicitly silenced.
10. In the face of ambiguity, refuse the temptation to guess.
11. There should be one -- and preferably only one -- obvious way to do it.
12. Now is better than never.