Tools for AI Agents
Project description
web360
`/docs' contains auto-generated files from 360noscope.gitbook.io Files must be generated in Gitbook, and are synced to these here.
360noscope.gitbook is synced to doctorslimms github. dev@360noscope.co has web360.gitbook.io
/apps contains frontend applications
apps/
│── console/ # console.web360.dev
│ │── js/tsx
| ...
│── landing-page/ # web360.dev
│ │── index.html # Html file to edit
Run frontend from subdirectories
cd apps/console
npm run dev
Tools, interfaces, and Api Types can be found in /web360/tools
The Api which is exposed via api.web360.dev is run by /web360/main.py
web360/
│── main.py # start Api and settings
│── web360.py # web360 class definition
│── logger.py
│── deps/ # Api middleware / auth / logging
│ │── __init__.py
│── tools/ # llm tool definitions and models
│ │── __init__.py
│ ├── search.py # contains SearchTool that is a Pydantic object with description, summary, examples, and endpoint
│ ├── ...
Database schemas
/models # contains sql and json models for cross app compatgibility
apilogs.sql # supabase SQL table definition
apilogs.json # converted to ts interface for console, and pydantic for Api
...
/web360 Python package
pip install web360
Api server
import web360
app = web360.create_app('...')
uvivcorn...
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file web360-0.1.3.tar.gz.
File metadata
- Download URL: web360-0.1.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
209599b5e32446bb04cf638029169e13013f3b5b415b6d2b99a18cc61970ae16
|
|
| MD5 |
9fa6e2bb3d0abdd1f4831b7bf834428f
|
|
| BLAKE2b-256 |
5ae627fb2188a6190095cdd20b17b42a482beca08cab02b23619960bf6f09f17
|
File details
Details for the file web360-0.1.3-py3-none-any.whl.
File metadata
- Download URL: web360-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8820d634219d9ca43f3b2e29eb350a6f2ca223e5030e6b22d540b432e24f925
|
|
| MD5 |
294ec4ea25307b031df3978b89c7a60a
|
|
| BLAKE2b-256 |
3bff696b073d7f3d0d4968f6ee864457554418fe5e080e87b1eefd2a507ebeb1
|