Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level (e.g., INFO, DEBUG) | |
PRIVATE_KEY | Yes | Your Ethereum private key for processing payments | |
DATABASE_URL | No | Database connection URL | sqlite:///timelooker.db |
X402_NETWORK | No | Ethereum network for x402 payments | base-sepolia |
OPENAI_API_KEY | No | Your OpenAI API key for AI-powered duplicate detection | |
PAY_TO_ADDRESS | No | The Ethereum address where payments will be sent | 0x671cE47E4F38051ba3A990Ba306E2885C2Fe4102 |
DEPLOY_TO_CLOUD | No | Set to 'true' to use AWS Cloud deployment mode | |
ANTHROPIC_API_KEY | No | Your Anthropic API key (alternative to OpenAI) | |
TASK_MANAGER_API_URL | No | URL of the task manager API | http://localhost:8000 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |