AI research lab conceptual image

Project Overview

#Jarvis_app #MobileAI #AI_Agent

Jarvis_app은 Android 환경에서 실시간 음성 상호작용이 가능한 AI 비서를 구현하기 위한 프로젝트이다. 핵심 연산과 판단 로직은 서버 측 AI Agent에 집중된다.

LiveKit agent execution screenshot

System Architecture

#Android #LiveKit #PythonAgent

Android 앱은 음성 입출력과 UI를 담당하며, Python Agent는 STT, LLM, TTS, Tool 실행을 수행하는 핵심 시스템이다.

Current Development Status

#Infrastructure #ConnectionVerified #Stable

Android 앱 실행, LiveKit 연결, Token Server 구성, Agent 실행 구조 검증이 완료되었으며 현재는 핵심 로직 분석 단계에 진입한 상태이다.

Ongoing Analysis

#agent_py #prompts_py #tools_py

agent.py 제어 흐름과 이벤트 루프 분석, prompts.py 기반 페르소나 정교화, tools.py 확장 구조 설계를 진행 중이다.

Key Insight

#DesignPhilosophy #AIThinking

현재의 핵심 과제는 시스템 연결이 아니라, Jarvis가 어떻게 사고하고 어떤 기준으로 판단해야 하는가를 설계하는 것이다.