Skip to main content

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

seevomap-0.2.0.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seevomap-0.2.0-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file seevomap-0.2.0.tar.gz.

File metadata

  • Download URL: seevomap-0.2.0.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for seevomap-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c4ea9aee18cd89f6642d1b2aefcbe51f5518ec98479a62be969b7da88d8d4c4d
MD5 66777e1629073ee5532fb2dfe5b8972d
BLAKE2b-256 3a01db6022a5c241e7ffa9f23f2c5243d81de17ce1564c053ab1a0f8a8f3ec8d

See more details on using hashes here.

File details

Details for the file seevomap-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: seevomap-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for seevomap-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8bb86f0266dd7b5ed02d370272ddf353e7293bedc0038e4e08533c36a4cfe495
MD5 40bed34c5ad37c44688a1f442b992389
BLAKE2b-256 ed0239fe741599264d74d71d11f5a1a709f34514ce09d7bf690e5fb8984ec857

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page