summaryrefslogtreecommitdiff
path: root/continuedev
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-05-28 00:40:10 -0400
committerNate Sesti <sestinj@gmail.com>2023-05-28 00:40:10 -0400
commit91f86ca0fdcd6dbbc8470fc41ef1ecf83ffa480f (patch)
treef41e6d84879e563aad7db1189c8673d4e94f586e /continuedev
parent1224995acad250a17ee64ba2329b831248fbf658 (diff)
downloadsncontinue-91f86ca0fdcd6dbbc8470fc41ef1ecf83ffa480f.tar.gz
sncontinue-91f86ca0fdcd6dbbc8470fc41ef1ecf83ffa480f.tar.bz2
sncontinue-91f86ca0fdcd6dbbc8470fc41ef1ecf83ffa480f.zip
READMEs
Diffstat (limited to 'continuedev')
-rw-r--r--continuedev/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/continuedev/README.md b/continuedev/README.md
index 5af08e24..5658e8de 100644
--- a/continuedev/README.md
+++ b/continuedev/README.md
@@ -1,3 +1,7 @@
+# Continue
+
+Continue is a Python library for automating repetitive sequences of software development tasks using language models. Using our VS Code extension, you can build, run, and refine these recipes as they natively interact with your codebase. Download on [our GitHub](https://github.com/continuedev/continue).
+
## Steps to start
- `cd continue/continue`
@@ -17,3 +21,7 @@ Same steps, then `uvicorn continue.src.server.main:app --reload`.
## To build
Run `poetry build` and it will output wheel and tarball files in `./dist`.
+
+## Writing Steps
+
+See the `src/continuedev/libs/steps` folder for examples of writing a Continue step.