Skip to content

Commit cbf1c65

Browse files
committed
removing patterns
1 parent 6eb9b03 commit cbf1c65

File tree

3 files changed

+4
-47
lines changed

3 files changed

+4
-47
lines changed

CONTRIBUTING.md

+1-21
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,4 @@
22

33
Thank you for your interest in contributing to this project! We accept contributions via bug reports, feature requests and pull requests. We also have a roadmap outlined below.
44

5-
For simple fixes or small items on the roadmap below, feel free to submit a pull request. For anything more complex, please open an issue first to discuss the changes you want to make.
6-
7-
## Running the repo
8-
9-
To run the repo locally, simply `npm install` to install dependencies and then `npm run dev` to run the app.
10-
11-
## Roadmap
12-
13-
- [ ] Add self-correcting to the app so it can fix its own errors
14-
- [ ] Compressing prompt: Use small model like llama 3.1 70B to retain what happened in the past, good memory management is key
15-
- [ ] Add evals with Braintrust to be able to measure how good the system is over time and when making new changes
16-
- [ ] Add more good examples to the shadcn-examples.ts file (single components that span a whole app and use shadcn)
17-
- [ ] Add dynamic OG images to the specific generations & include the prompt + a screenshot in the image
18-
- [ ] Show a "featured apps" section on /gallery (or have some at the bottom of the homepage as templates). Have a /id/${prompt} dynamic route that can display a bunch of nice example apps in the sandbox ready to go
19-
- [ ] Try finetuning a smaller model on good prompts from deepseek-v2 or o1/Claude
20-
- [ ] Add dark mode to the site overall, nice design change
21-
- [ ] Support more languages starting with Python (like streamlit) and see if I can run them on CSB SDK
22-
23-
## License
24-
25-
By contributing, you agree that your contributions will be licensed under the project's license.
5+
For simple fixes or small items on the roadmap below, feel free to submit a pull request. For anything more complex, please open an issue first to discuss the changes you want to make

LICENSE

-21
This file was deleted.

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
<a href="https://www.llamacoder.io">
2-
<img alt="Llama Coder" src="./public/og-image.png">
3-
<h1 align="center">Llama Coder</h1>
4-
</a>
1+
# <h1 align="center">Smol Agents</h1>
2+
53

64
<p align="center">
75
An open source Claude Artifacts – generate small apps with one prompt. Powered by Llama 3 on Together.ai.
@@ -18,7 +16,7 @@
1816

1917
## Cloning & running
2018

21-
1. Clone the repo: `git clone https://github.com/Nutlope/llamacoder`
19+
1. Clone the repo: `git clone https://github.com/mbergo/smol-agents.git`
2220
2. Create a `.env` file and add your [Together AI API key](https://togetherai.link/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup): `TOGETHER_API_KEY=`
2321
3. Run `npm install` and `npm run dev` to install dependencies and run locally
2422

0 commit comments

Comments
 (0)