LICENSE
README.md
pyproject.toml
src/stella_agent_sdk/__init__.py
src/stella_agent_sdk/env.py
src/stella_agent_sdk/language.py
src/stella_agent_sdk/py.typed
src/stella_agent_sdk/run.py
src/stella_agent_sdk/_grpc/__init__.py
src/stella_agent_sdk/_grpc/agent_pb2.py
src/stella_agent_sdk/_grpc/agent_pb2.pyi
src/stella_agent_sdk/_grpc/agent_pb2_grpc.py
src/stella_agent_sdk/_grpc/state_machine_pb2.py
src/stella_agent_sdk/_grpc/state_machine_pb2.pyi
src/stella_agent_sdk/_grpc/state_machine_pb2_grpc.py
src/stella_agent_sdk/_grpc/stt_pb2.py
src/stella_agent_sdk/_grpc/stt_pb2_grpc.py
src/stella_agent_sdk/_grpc/tts_pb2.py
src/stella_agent_sdk/_grpc/tts_pb2_grpc.py
src/stella_agent_sdk/agent/__init__.py
src/stella_agent_sdk/agent/barge_in_evaluator.py
src/stella_agent_sdk/agent/base.py
src/stella_agent_sdk/audio/__init__.py
src/stella_agent_sdk/audio/pipeline.py
src/stella_agent_sdk/livekit/__init__.py
src/stella_agent_sdk/livekit/room.py
src/stella_agent_sdk/llm/__init__.py
src/stella_agent_sdk/llm/service.py
src/stella_agent_sdk/messages/__init__.py
src/stella_agent_sdk/messages/input.py
src/stella_agent_sdk/messages/output.py
src/stella_agent_sdk/messages/types.py
src/stella_agent_sdk/plan/__init__.py
src/stella_agent_sdk/plan/migration.py
src/stella_agent_sdk/plan/types.py
src/stella_agent_sdk/progress/__init__.py
src/stella_agent_sdk/progress/builder.py
src/stella_agent_sdk/progress/types.py
src/stella_agent_sdk/prompts/__init__.py
src/stella_agent_sdk/prompts/base.py
src/stella_agent_sdk/prompts/placeholder_compiler.py
src/stella_agent_sdk/prompts/registry.py
src/stella_agent_sdk/prompts/template.py
src/stella_agent_sdk/services/__init__.py
src/stella_agent_sdk/services/agent_server_client.py
src/stella_agent_sdk/services/history_client.py
src/stella_agent_sdk/services/state_machine_client.py
src/stella_agent_sdk/services/stt_client.py
src/stella_agent_sdk/services/tts_client.py
src/stella_agent_sdk/tools/__init__.py
src/stella_agent_sdk/tools/base.py
src/stella_agent_sdk/tools/executor.py
src/stella_agent_sdk/tools/registry.py
src/stella_agent_sdk/tools/state_machine/__init__.py
src/stella_agent_sdk/tools/state_machine/batch_update.py
src/stella_agent_sdk/tools/state_machine/complete_task.py
src/stella_agent_sdk/tools/state_machine/get_deliverables.py
src/stella_agent_sdk/tools/state_machine/get_state.py
src/stella_agent_sdk/tools/state_machine/get_tasks.py
src/stella_agent_sdk/tools/state_machine/guidance.py
src/stella_agent_sdk/tools/state_machine/result.py
src/stella_agent_sdk/tools/state_machine/set_deliverable.py
src/stella_agent_sdk/tools/state_machine/skip_state.py
src/stella_agent_sdk/tools/state_machine/skip_task.py
src/stella_ai_agent_sdk.egg-info/PKG-INFO
src/stella_ai_agent_sdk.egg-info/SOURCES.txt
src/stella_ai_agent_sdk.egg-info/dependency_links.txt
src/stella_ai_agent_sdk.egg-info/requires.txt
src/stella_ai_agent_sdk.egg-info/top_level.txt
tests/test_analytics_anchor.py
tests/test_barge_in.py
tests/test_barge_in_evaluation.py
tests/test_barge_in_session_replay.py
tests/test_base_agent.py
tests/test_decode_diagnostic_fields.py
tests/test_floor_hold_236.py
tests/test_gate_carry_over.py
tests/test_highlight_sync.py
tests/test_latency_budget.py
tests/test_llm_client_pool.py
tests/test_llm_stream.py
tests/test_messages.py
tests/test_pending_tools.py
tests/test_progress_builder.py
tests/test_prompt_compiler.py
tests/test_sentence_chunking.py
tests/test_session_end.py
tests/test_state_machine_tools.py
tests/test_streaming_playback.py
tests/test_stt_language_pin.py
tests/test_teleprompter.py
tests/test_text_barge_in.py
tests/test_transcript_debounce.py
tests/test_transcript_publishing.py
tests/test_tts_speed.py
tests/test_version.py