Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultAPIAddr = "127.0.0.1:43180"
)
Exported defaults used by cmd/tars entry wiring. Keep this list minimal to avoid growing cmd<->server coupling.
Variables ¶
This section is empty.
Functions ¶
func Serve ¶
Serve executes tars runtime directly with structured options.
Bootstrap order: load config first (panic on failure — there is no recoverable mode without a workspace config), derive the final logger config from CLI overrides + config values, then install the runtime logger exactly once. This avoids the previous two-phase setup where a CLI-only logger handle leaked when config values triggered a second setupRuntimeLogger call.
Types ¶
Source Files
¶
- agentruntime_agents.go
- agentruntime_agents_loader.go
- agentruntime_agents_parse.go
- agentruntime_agents_policy.go
- agentruntime_agents_watcher.go
- chat_cancel_registry.go
- chat_memory_hook.go
- console.go
- effective_session.go
- extensions_for_session.go
- fork_promotion.go
- handler_agentruntime_agent_runs.go
- handler_agentruntime_channels.go
- handler_agentruntime_status.go
- handler_agentruntime_subagent_builder.go
- handler_agentruntime_subagent_recommendations.go
- handler_agentruntime_subagents.go
- handler_auth.go
- handler_chat.go
- handler_chat_context.go
- handler_chat_execution.go
- handler_chat_mentions.go
- handler_chat_pipeline.go
- handler_chat_policy.go
- handler_chat_prefetch.go
- handler_chat_stream.go
- handler_chat_tier_recommendation.go
- handler_config.go
- handler_cron.go
- handler_extensions.go
- handler_filesystem.go
- handler_git.go
- handler_logs.go
- handler_mcp_server_creator.go
- handler_memory.go
- handler_ops.go
- handler_providers_models.go
- handler_pulse.go
- handler_reflection.go
- handler_remote_access.go
- handler_session.go
- handler_setup.go
- handler_skill_creator.go
- handler_skill_extraction.go
- handler_skillhub.go
- handler_terminal.go
- handler_transport_helpers.go
- handler_usage.go
- handler_workspace_files.go
- handlers.go
- helpers.go
- helpers_agent.go
- helpers_build_agentruntime.go
- helpers_build_extensions.go
- helpers_build_tools.go
- helpers_chat.go
- helpers_cron.go
- helpers_cron_prompt_runner.go
- helpers_llm_router.go
- helpers_memory.go
- helpers_pulse.go
- helpers_pulse_auto_resume.go
- helpers_reflection.go
- helpers_runtime.go
- helpers_supervisor.go
- helpers_watchdog.go
- inflight_limit.go
- main.go
- main_bootstrap.go
- main_bootstrap_base.go
- main_bootstrap_llm.go
- main_cli.go
- main_options.go
- main_serve_api.go
- main_serve_api_setup.go
- main_session.go
- memory_cache.go
- middleware.go
- notify.go
- notify_store.go
- provider_models_cache.go
- session_style.go
- skill_adapter.go
- telegram_commands.go
- telegram_commands_dispatch.go
- telegram_commands_format.go
- telegram_commands_runtime.go
- telegram_commands_sessions.go
- telegram_delivery_counter.go
- telegram_inbound.go
- telegram_inbound_policy.go
- telegram_inbound_process.go
- telegram_inbound_send.go
- telegram_inbound_session.go
- telegram_inbound_telemetry.go
- telegram_media.go
- telegram_pairing_store.go
- telegram_poller.go
- telegram_redaction.go
- telegram_sender.go
- workspace_resolver.go
Click to show internal directories.
Click to hide internal directories.