• Your Name's avatar
    Add TOR hidden service support (v0.5.0) · 6baea83b
    Your Name authored
    - Add full TOR hidden service support for exposing AISBF over TOR network
    - Create aisbf/tor.py module with TorHiddenService class
    - Add TorConfig model to config.py for TOR configuration
    - Update config/aisbf.json with TOR settings
    - Integrate TOR service into main.py with startup/shutdown handlers
    - Add TOR configuration UI to dashboard settings with real-time status
    - Add get_tor_status MCP tool for monitoring TOR service
    - Update README.md and DOCUMENTATION.md with TOR guides
    - Add stem library dependency to requirements.txt
    - Bump version to 0.5.0 in pyproject.toml
    - Support both ephemeral and persistent hidden services
    - All AISBF endpoints accessible over TOR network
    6baea83b
Name
Last commit
Last update
aisbf Loading commit data...
config Loading commit data...
templates Loading commit data...
.gitignore Loading commit data...
.providers.json.swp Loading commit data...
AI.PROMPT Loading commit data...
API_EXAMPLES.md Loading commit data...
CHANGELOG.md Loading commit data...
DEBUG_GUIDE.md Loading commit data...
DOCUMENTATION.md Loading commit data...
LICENSE.txt Loading commit data...
MANIFEST.in Loading commit data...
PYPI.md Loading commit data...
README.md Loading commit data...
aisbf.sh Loading commit data...
build.sh Loading commit data...
clean.sh Loading commit data...
cli.py Loading commit data...
main.py Loading commit data...
pyproject.toml Loading commit data...
requirements.txt Loading commit data...
setup.py Loading commit data...
start_proxy.sh Loading commit data...
test_google.sh Loading commit data...
test_proxy.sh Loading commit data...