First test checkin on this new repro.
Create a web interface that will enable interactions with an LLM with drawing, spec and contract document context in order to prove that LLM understanding is comprhensive enough and reliable enough to deliver a lot of value.
- Run a web app
- Ask questions of an LLM
- Add context to LLM
- Add context via file system
- Segment context by folder or project
- Segment context by file revision or other param
To set up a Flutter project, follow these steps:
-
Install Flutter:
- Download the Flutter SDK from the official website.
- Follow the installation instructions for your operating system.
-
Set Up an Editor:
- Install an editor such as Visual Studio Code or Android Studio.
- Install the Flutter and Dart plugins for your editor.
-
Create a New Flutter Project:
flutter create my_flutter_app cd my_flutter_app
-
Run the Flutter App:
- Connect a device or start an emulator.
- Run the app using the following command:
flutter run
-
Add Dependencies:
- Open
pubspec.yaml
and add any dependencies your project needs. - Run
flutter pub get
to install the dependencies.
- Open
-
Develop Your App:
- Write your Dart code in the
lib
directory. - Use
flutter run
to see your changes in real-time.
- Write your Dart code in the
-
Build and Release:
- Follow the official documentation to build and release your app for different platforms.
For more detailed instructions, refer to the Flutter documentation.