From 2337a91fb6ee02c100b23cd9e556426cb1125606 Mon Sep 17 00:00:00 2001 From: Nilanjan De Date: Thu, 9 May 2024 15:04:36 +0400 Subject: [PATCH 1/2] Update docs/architecture/README.md --- docs/architecture/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/README.md b/docs/architecture/README.md index 7fa3bc16..a1fd7f56 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -12,5 +12,5 @@ Devika's system architecture consists of the following key components: 8. **Knowledge Base**: Stores and retrieves project-specific information, code snippets, and learned knowledge for efficient access. 9. **Database**: Persists project data, agent states, and configuration settings. -Read [ARCHITECTURE.md](https://github.com/stitionai/devika/Docs/architecture/ARCHITECTURE.md) for the detailed architecture of Devika. -Read [UNDER_THE_HOOD.md](https://github.com/stitionai/devika/Docs/architecture/UNDER_THE_HOOD.md) for the detailed working of Devika. +Read [ARCHITECTURE.md](./ARCHITECTURE.md) for the detailed architecture of Devika. +Read [UNDER_THE_HOOD.md](./UNDER_THE_HOOD.md) for the detailed working of Devika. From ff89c7f49be82e66a585328bd057bcb6c3880bda Mon Sep 17 00:00:00 2001 From: Nilanjan De Date: Thu, 9 May 2024 15:13:49 +0400 Subject: [PATCH 2/2] docs: update docs/architecture/README.md --- docs/architecture/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture/README.md b/docs/architecture/README.md index a1fd7f56..7d52ffdc 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -4,7 +4,7 @@ Devika's system architecture consists of the following key components: 1. **User Interface**: A web-based chat interface for interacting with Devika, viewing project files, and monitoring the agent's state. 2. **Agent Core**: The central component that orchestrates the AI planning, reasoning, and execution process. It communicates with various sub-agents and modules to accomplish tasks. -3. **Large Language Models**: Devika leverages state-of-the-art language models like **Claude**, **GPT-4**, and **Local LLMs via Ollama** for natural language understanding, generation, and reasoning. +3. **Large Language Models**: Devika leverages state-of-the-art language models such as **Claude**, **GPT-4**, and **Local LLMs via Ollama** for natural language understanding, generation, and reasoning. 4. **Planning and Reasoning Engine**: Responsible for breaking down high-level objectives into actionable steps and making decisions based on the current context. 5. **Research Module**: Utilizes keyword extraction and web browsing capabilities to gather relevant information for the task at hand. 6. **Code Writing Module**: Generates code based on the plan, research findings, and user requirements. Supports multiple programming languages. @@ -12,5 +12,5 @@ Devika's system architecture consists of the following key components: 8. **Knowledge Base**: Stores and retrieves project-specific information, code snippets, and learned knowledge for efficient access. 9. **Database**: Persists project data, agent states, and configuration settings. -Read [ARCHITECTURE.md](./ARCHITECTURE.md) for the detailed architecture of Devika. -Read [UNDER_THE_HOOD.md](./UNDER_THE_HOOD.md) for the detailed working of Devika. +Read [ARCHITECTURE.md](./ARCHITECTURE.md) for a detailed architecture description of Devika. +Read [UNDER_THE_HOOD.md](./UNDER_THE_HOOD.md) for a detailed explanation of how Devika works.