https://github.com/defrecord/cortexflow
Integrated cognitive agent system combining hierarchical management, memory systems, and cognitive processing
https://github.com/defrecord/cortexflow
agent-framework artificial-intelligence cognitive-architecture knowledge-graph llm multi-agent-system python reasoning-engine
Last synced: 8 months ago
JSON representation
Integrated cognitive agent system combining hierarchical management, memory systems, and cognitive processing
- Host: GitHub
- URL: https://github.com/defrecord/cortexflow
- Owner: defrecord
- Archived: true
- Created: 2025-03-24T00:04:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T04:38:22.000Z (11 months ago)
- Last Synced: 2025-06-12T22:34:20.783Z (8 months ago)
- Topics: agent-framework, artificial-intelligence, cognitive-architecture, knowledge-graph, llm, multi-agent-system, python, reasoning-engine
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CortexFlow
An integrated cognitive agent system combining hierarchical management, memory systems, and cognitive processing.
## Overview
CortexFlow merges multiple AI agent technologies into a unified framework for building, deploying, and managing intelligent agent systems. It integrates:
- **Agent hierarchies** - Structured coordination of multiple specialized agents
- **Memory management** - Persistent and contextual memory systems for agents
- **Cognitive processing** - Advanced reasoning and knowledge transformation
- **Interactive shell** - Command-line interface for direct agent interaction
## Integration Plan
This repository consolidates functionality from several previously independent projects:
1. **agent-towers** - Hierarchical agent management and coordination
2. **remembrance-agent** - Persistent memory and knowledge retrieval system
3. **CortexIntelligence** - Core intelligence and reasoning capabilities
4. **mindflow** (multiple implementations) - Cognitive workflow processing
5. **mindflow-shell** - Interactive command-line interface
These components are currently included as git submodules in the `.duplicate` directory for reference during integration.
## Development Roadmap
- **Phase 1**: Core architecture and API definition
- **Phase 2**: Memory system integration and persistence layer
- **Phase 3**: Cognitive processing pipeline implementation
- **Phase 4**: Interactive shell and user interface development
- **Phase 5**: Comprehensive testing and documentation
## Getting Started
*Coming soon*
## Contributing
This project is currently in early development. Please check back for contribution guidelines.
## License
[MIT License](LICENSE)