Add your description here
Project description
Name
JIMS stands for "Just an Integrated Multiagent System"
Concepts
Thread
Thread is a conversation between user (or users) and agentic system Each interaction between agents and users happens in thread
Event
Something that happens in a thread Each event has id, type and data
Example:
{
"event_id": "...",
"event_type": "comm.user_message",
"event_data": {
"content": "Hello!"
}
}
event_type and event_domain
event_type is structured as follows:
<event_domain>.<event_name>[.<subname>...]
event_domain is the first segment and is used for routing and filtering. The
rest of the string identifies the concrete event.
event_domain values include:
comm.* - user–assistant communication
Visible to the end user.
comm.user_message: a user text message (input);comm.assistant_message: a text message produced by an agent/pipeline.
These events are:
- Exposed as
CommunicationEvent(role,content). - Collected into
ThreadContext.history.
context.* - comm.* extended with pipeline context
Conversational AI Pipelines can benefit from preserving some extra data (context) about the conversation in between messages (previous reasoning, extra data, etc.). For this, we use a superset of comm. domain called context.. It includes everything in comm. (everything in ThreadContext.history), and adds context. events passed from Pipeline. context. events are internal and not sent/shown to the end user.
state.* - internal state of the pipeline
Used to persist some data between pipeline calls.
ThreadContext.set_state(state_name, state)emitsstate.set.<state_name>with a dict payload.ThreadContext.get_state(state_name, state_type)scans events in reverse forstate.set.<state_name>and validates the payload into a Pydantic model.
Define your own state schema inside the Pipeline
jims.* - lifecycle and system domain:
Lifecycle and system‑level events
Example:
jims.lifecycle.thread_created: emitted when a thread is first created byThreadController.new_thread(...).
Pipeline‑specific domains
Defined in a Pipeline, these events are produced via ThreadContext.send_event(...) and consumed elsewhere.
example: rag.*
rag.query_processedrag.error
Project details
Release history Release notifications | RSS feed
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 jims_core-0.6.1.tar.gz.
File metadata
- Download URL: jims_core-0.6.1.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a824fa1f7a1ce052494621cbd82aa1c9c75df22980f4dd22e191c55f0c3b9b39
|
|
| MD5 |
8445e630e87364cda5d74e62cefac5a6
|
|
| BLAKE2b-256 |
fb4a6186c243a58889312d573cc6e035f01dcd89c2a675d6173ac3bba4eda78d
|
Provenance
The following attestation bundles were made for jims_core-0.6.1.tar.gz:
Publisher:
publish-jims-core.yml on epoch8/vedana
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
jims_core-0.6.1.tar.gz -
Subject digest:
a824fa1f7a1ce052494621cbd82aa1c9c75df22980f4dd22e191c55f0c3b9b39 - Sigstore transparency entry: 1542410283
- Sigstore integration time:
-
Permalink:
epoch8/vedana@e41b448c2ffc8f644de03e7ee3d2a53c4ef5b2e5 -
Branch / Tag:
refs/tags/jims-0.6.1 - Owner: https://github.com/epoch8
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-jims-core.yml@e41b448c2ffc8f644de03e7ee3d2a53c4ef5b2e5 -
Trigger Event:
push
-
Statement type:
File details
Details for the file jims_core-0.6.1-py3-none-any.whl.
File metadata
- Download URL: jims_core-0.6.1-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32043da2ea22079bdf664f2a3ed6c3641b9b85a109a4236f086b81151a5dfbc3
|
|
| MD5 |
f301cf479123c523f5b3d2bbbb97d25b
|
|
| BLAKE2b-256 |
6a070648a164c85e95dd23157f4afe60af64021c58fb08603dfe171622b74ddb
|
Provenance
The following attestation bundles were made for jims_core-0.6.1-py3-none-any.whl:
Publisher:
publish-jims-core.yml on epoch8/vedana
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
jims_core-0.6.1-py3-none-any.whl -
Subject digest:
32043da2ea22079bdf664f2a3ed6c3641b9b85a109a4236f086b81151a5dfbc3 - Sigstore transparency entry: 1542410516
- Sigstore integration time:
-
Permalink:
epoch8/vedana@e41b448c2ffc8f644de03e7ee3d2a53c4ef5b2e5 -
Branch / Tag:
refs/tags/jims-0.6.1 - Owner: https://github.com/epoch8
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-jims-core.yml@e41b448c2ffc8f644de03e7ee3d2a53c4ef5b2e5 -
Trigger Event:
push
-
Statement type: