diff --git a/docs/blog/posts/2024-10-11-configuration-for-tool-calls.md b/docs/blog/posts/2024-10-11-configuration-for-tool-calls.md index a9f442d..4bc2074 100644 --- a/docs/blog/posts/2024-10-11-configuration-for-tool-calls.md +++ b/docs/blog/posts/2024-10-11-configuration-for-tool-calls.md @@ -1,6 +1,7 @@ --- authors: - andreashappe + - brandl date: 2024-10-11 categories: - 'initial journey' diff --git a/docs/blog/posts/2024-10-12-create_react_agent.md b/docs/blog/posts/2024-10-12-create_react_agent.md index 9a3c2d0..b5edd60 100644 --- a/docs/blog/posts/2024-10-12-create_react_agent.md +++ b/docs/blog/posts/2024-10-12-create_react_agent.md @@ -1,6 +1,7 @@ --- authors: - andreashappe + - brandl date: 2024-10-12 categories: - 'initial journey' diff --git a/docs/blog/posts/2024-10-14-plan-and-exec.md b/docs/blog/posts/2024-10-14-plan-and-exec.md index 91900d9..c5f576b 100644 --- a/docs/blog/posts/2024-10-14-plan-and-exec.md +++ b/docs/blog/posts/2024-10-14-plan-and-exec.md @@ -1,6 +1,7 @@ --- authors: - andreashappe + - brandl date: 2024-10-14 categories: - 'initial-journey' diff --git a/docs/series/initial-journey.md b/docs/series/initial-journey.md index e838ee9..03f8ae5 100644 --- a/docs/series/initial-journey.md +++ b/docs/series/initial-journey.md @@ -14,4 +14,5 @@ This is our initial foray into using LangChain/LangGraph for security agents. Th | Date | Blog Post | Description | | --- | --- | --- | -| 14.10.2024 | [Adding Plan-and-Execute Planner](./../blog/posts/2024-10-14-plan-and-exec.md) | Implement the Plan-and-Execute pattern for pen-testing. This combines a high-level task list for pen-test planing with a low-level executor that tries to execute the given high-level task against a target virtual machine. | \ No newline at end of file +| 14.10.2024 | [Adding Plan-and-Execute Planner](./../blog/posts/2024-10-14-plan-and-exec.md) | Implement the Plan-and-Execute pattern for pen-testing. This combines a high-level task list for pen-test planing with a low-level executor that tries to execute the given high-level task against a target virtual machine. | +| 18.10.2024 | [Implementing a scribe for notetaking](./../blog/posts/2024-10-18-adding-a-scribe.md) | Introduces a Scribe node to manage context and take structured notes, addressing the challenge of growing context in LLMs. The Scribe efficiently captures and condenses crucial information, improving the system's overall reasoning capabilities and provides a human readable fact sheet. | diff --git a/docs/series/planning-and-decision-making.md b/docs/series/planning-and-decision-making.md index c86f6f8..ff8d773 100644 --- a/docs/series/planning-and-decision-making.md +++ b/docs/series/planning-and-decision-making.md @@ -4,4 +4,5 @@ This series investigates multiple strategies that should guide security agent to | Date | Blog Post | Description | | --- | --- | --- | -| 14.10.2024 | [Adding Plan-and-Execute Planner](./../blog/posts/2024-10-14-plan-and-exec.md) | Implement the Plan-and-Execute pattern for pen-testing. This combines a high-level task list for pen-test planing with a low-level executor that tries to execute the given high-level task against a target virtual machine. | \ No newline at end of file +| 14.10.2024 | [Adding Plan-and-Execute Planner](./../blog/posts/2024-10-14-plan-and-exec.md) | Implement the Plan-and-Execute pattern for pen-testing. This combines a high-level task list for pen-test planing with a low-level executor that tries to execute the given high-level task against a target virtual machine. | +| 18.10.2024 | [Implementing a scribe for notetaking](./../blog/posts/2024-10-18-adding-a-scribe.md) | Introduces a Scribe node to manage context and take structured notes, addressing the challenge of growing context in LLMs. The Scribe efficiently captures and condenses crucial information, improving the system's overall reasoning capabilities and provides a human readable fact sheet. |