Sha256: 3bc5a4f658e22752f16d0bac63e4a38e74a295488973654c2dc7cc2831cdb3f8
Contents?: true
Size: 435 Bytes
Versions: 2
Compression:
Stored size: 435 Bytes
Contents
# Agent99 Framework ## Configuration Agents can be configured using environment variables. Key configuration options include: - `REGISTRY_BASE_URL`: Specifies the URL of the agent registry service (default: 'http://localhost:4567'). ### Environment Variables To set an environment variable, use the following command in your terminal before running your application: ```bash export REGISTRY_BASE_URL=http://my-registry-url ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
agent99-0.0.4 | docs/configuration.md |
agent99-0.0.3 | docs/configuration.md |