suna/apps/mobile
marko-kraemer 27c211f1be refactor: major tool system overhaul and cleanup
- Remove deprecated tools (computer_use, deploy, templates, web_dev)
- Migrate all tools to new auto-discovery system
- Remove old tool grouping infrastructure
- Clean up frontend examples and configuration components
- Add tool discovery utilities and documentation
- Simplify agent configuration dialog
- Update dashboard with new AI worker templates
- Net removal of ~5,000 lines of code
2025-10-09 16:54:42 +02:00
..
api feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
app feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
assets/images feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
components refactor: major tool system overhaul and cleanup 2025-10-09 16:54:42 +02:00
constants feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
hooks feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
providers feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
scripts feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
stores live updates fix v1 2025-09-01 22:26:56 +05:30
utils feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
.gitignore wip 2025-08-29 15:26:55 -07:00
README.md feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
app.json feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
eslint.config.js feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
package-lock.json feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
package.json feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00
tsconfig.json feat(mobile): import suna-mobile into apps/mobile (preserve history) 2025-08-29 16:52:41 +02:00

README.md

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
    
  2. Start the app

    npx expo start
    

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.