2025-02-04 16:35:20 +07:00
2024-09-15 21:48:40 +07:00
2024-09-13 16:15:57 +07:00
2024-09-15 21:48:40 +07:00
2025-02-04 16:35:20 +07:00
2024-09-13 17:22:51 +07:00
2025-02-04 16:35:20 +07:00
2025-02-04 16:35:20 +07:00
2025-02-04 16:35:20 +07:00
2025-02-04 16:35:20 +07:00
2024-09-15 19:05:45 +07:00

App Creator

This project uses a multi-agent pattern with different OpenAI models (including the new o1 models) to generate code for various applications based on provided specifications.

The multi-agents are implemented using Workflows from LlamaIndex.

Getting Started

  1. Clone the repository:

    git clone https://github.com/run-llama/app-creator.git
    cd app-creator
    
  2. Install dependencies:

    pnpm install
    
  3. Run the project:

    pnpm start
    

This will generate code for the specified applications and models (see the apps constant in main.ts). The generated code will be saved in the output directory.

Project Structure

  • main.ts: Main script that runs the code generation process
  • agent.ts: Contains the AI agent implementation
  • output/: Directory where generated code is saved to

License

This project is licensed under the MIT License. See the LICENSE file for details.

Learn More

To learn more about LlamaIndex, take a look at the following resources:

You can check out the LlamaIndexTS GitHub repository - your feedback and contributions are welcome!

S
Description
Code generator using LlamaIndexTS workflows with OpenAI o1 model
Readme MIT 217 KiB
Languages
HTML 49.4%
JavaScript 19.6%
Python 16.8%
TypeScript 13.9%
CSS 0.3%