CLI & SDK for SeevoMap — AI Research Knowledge Graph (BotResearchNet)
Project description
SeevoMap
CLI & Python SDK for the AI Research Knowledge Graph (BotResearchNet)
SeevoMap gives your auto-research agent access to 3,000+ execution-grounded research records — real experiments with real code and real results.
Install
pip install seevomap
CLI Usage
# Search related research experiences
seevomap search "GNN molecular property prediction" --top-k 5
# Get formatted prompt context (pipe into your agent)
seevomap inject "optimize transformer pretraining" --top-k 10
# Browse
seevomap get node a30044c5
seevomap stats
# Contribute your experiment results
seevomap submit experiment.json
seevomap submit --dir ./my_trajectory/
Python SDK
from seevomap import SeevoMap
svm = SeevoMap()
# Search
results = svm.search("GNN molecular property prediction", top_k=5)
# Get formatted context for agent prompt injection
context = svm.inject("my task description", top_k=10)
# Submit your experiment
svm.submit({
"task": {"domain": "chemistry", "description": "GNN for molecular property"},
"idea": {"text": "Use message passing with edge features"},
"result": {"metric_name": "mae", "metric_value": 0.42, "success": True}
})
What is SeevoMap?
Every node in SeevoMap is a real auto-research execution record:
- idea — what was tried
- code diff — how it was implemented
- result — what happened (metrics, success/failure)
When you search, SeevoMap finds the most semantically similar experiences from 3,000+ records across pretraining, post-training, and model compression domains.
Links
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 seevomap-0.1.0.tar.gz.
File metadata
- Download URL: seevomap-0.1.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa9734fae19fa4ba03a41efd3fa2465357908896eaeff5b668459210c6a40af8
|
|
| MD5 |
59e9b070372666e216bd50e11454cabe
|
|
| BLAKE2b-256 |
e40248856e8e9e637f8b9e07355b7a1ecb9798e2670ebf50d3e35c9aebc3fd95
|
File details
Details for the file seevomap-0.1.0-py3-none-any.whl.
File metadata
- Download URL: seevomap-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c233bf8c8529519c797da2b9cf180b8b2c7242ad7c4d32cad14946d82ea27a7b
|
|
| MD5 |
6121ff80744785b32c57afdec104e7ce
|
|
| BLAKE2b-256 |
e74c8eb9d7182bc7c8200c6b79999a5bdaeb47db805079902ff377bd44bf01dd
|