@agenteract/gemini
v0.2.0
Published
Gemini-specific agent instructions for Agenteract
Maintainers
Readme
DEPRECATED: This package is no longer maintained. The
/gemini-agentendpoint it relied on has been renamed to/agent. Use the@agenteract/agentsCLI or@agenteract/coreprogrammatic API instead. See the root README for current usage.
Gemini / React Native Debug Bridge
Usage:
gemini extensions install .
geminiAdd Gemini debug bridge somewhere in your code:
import AgentDebugBridge from '@agenteract/react';
//....
return (
<ThemeProvider value={colorScheme === 'dark' ? DarkTheme : DefaultTheme}>
<Stack>
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="modal" options={{ presentation: 'modal', title: 'Modal' }} />
</Stack>
<StatusBar style="auto" />
{__DEV__ && <AgentDebugBridge />}
</ThemeProvider>
);New terminal, within expo app:
npm run ios|androidNew terminal within expo app:
npx @agenteract/server Ask Gemini about your app:
View the app hierarchy and let me know what it shows.
Add Step 4: Don't be evil and verify it exists.