From 560bef9a5837d612d9a5b51ec53e47c1721537c4 Mon Sep 17 00:00:00 2001 From: codegen-bot Date: Tue, 28 Jan 2025 21:19:33 -0800 Subject: [PATCH 1/4] . --- docs/building-with-codegen/files-and-directories.mdx | 2 +- docs/introduction/overview.mdx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/building-with-codegen/files-and-directories.mdx b/docs/building-with-codegen/files-and-directories.mdx index 7ba8fbecd..c5bfb00ca 100644 --- a/docs/building-with-codegen/files-and-directories.mdx +++ b/docs/building-with-codegen/files-and-directories.mdx @@ -20,7 +20,7 @@ Codegen provides three primary abstractions for working with your codebase's fil You typically access files from the [codebase](/api-reference/core/Codebase) object with two APIs: -- [codebase.get_file(...)](/api-reference/core/Codebase#get_file) - Get a file by its path +- [codebase.get_file(...)](/api-reference/core/Codebase#get-file) - Get a file by its path - [codebase.files](/api-reference/core/Codebase#files) - Enables iteration over all files in the codebase ```python diff --git a/docs/introduction/overview.mdx b/docs/introduction/overview.mdx index 97eee13d1..ed5f02ad4 100644 --- a/docs/introduction/overview.mdx +++ b/docs/introduction/overview.mdx @@ -67,8 +67,9 @@ pip install codegen ## What can I do with Codegen? -Codegen enables you to programmatically manipulate code at scale. Here's a visualization of a real-world codebase's function call graph: +Codegen enables you to programmatically manipulate code with scale and precision. + + Common use cases include: From 68b3c28b78c1bbe32ee0a2812c2f817331c14bec Mon Sep 17 00:00:00 2001 From: codegen-bot Date: Tue, 28 Jan 2025 21:23:18 -0800 Subject: [PATCH 2/4] . --- docs/introduction/overview.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/introduction/overview.mdx b/docs/introduction/overview.mdx index ed5f02ad4..99f93c681 100644 --- a/docs/introduction/overview.mdx +++ b/docs/introduction/overview.mdx @@ -115,9 +115,6 @@ Common use cases include: - - Codegen handles complex operations while maintaining correctness - automatically updating imports, references, and dependencies across files. - ## Get Started From 0dc209fad53e5c95879af53e6fbd7e1303196fc7 Mon Sep 17 00:00:00 2001 From: codegen-bot Date: Tue, 28 Jan 2025 21:25:39 -0800 Subject: [PATCH 3/4] . --- docs/tutorials/at-a-glance.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/at-a-glance.mdx b/docs/tutorials/at-a-glance.mdx index 03dda7459..d6ec007dd 100644 --- a/docs/tutorials/at-a-glance.mdx +++ b/docs/tutorials/at-a-glance.mdx @@ -18,11 +18,11 @@ Explore our tutorials to learn how to use Codegen for various code transformatio Generate interactive visualizations of your codebase's structure, dependencies, and relationships. - Create high-quality training data for fine-tuning LLMs on your codebase. + Create high-quality training data for LLM pre-training similar to word2vec or node2vec Date: Tue, 28 Jan 2025 21:29:13 -0800 Subject: [PATCH 4/4] . --- docs/blog/act-via-code.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/act-via-code.mdx b/docs/blog/act-via-code.mdx index 2bb2dec70..3050fe902 100644 --- a/docs/blog/act-via-code.mdx +++ b/docs/blog/act-via-code.mdx @@ -2,7 +2,7 @@ title: "Act via Code" icon: "code" iconType: "solid" -description: "The path to fully-automated software engineering" +description: "Giving agents a more expressive way to act" ---