Skip to content
ISEK 0.1 documentation
⌘ K
ISEK 0.1 documentation

Contents:

  • Quick Start
  • User Guide
    • Concepts
    • Agents
    • Configuration
  • API Reference
    • Core Components
    • Agent Module
    • Large Language Model
    • Embedding
    • Node
    • Util
  • Contributing
ISEK 0.1 documentation
/
API Reference

API Reference#

ISEK provides a comprehensive API for developers to interact with its components. This section outlines the key modules and their functionalities.

Modules

  • Core Components
    • CommonResponse
    • cleanup_expired_nodes()
    • deregister_node_route()
    • get_available_nodes_route()
    • main()
    • register_node_route()
    • renew_lease_route()
    • IsekConfig
    • get_available_examples()
    • load_module()
  • Agent Module
    • AbstractAgent
    • DistributedAgent
    • AgentMemory
    • Persona
    • SingleAgent
    • ToolBox
  • Large Language Model
    • OpenAIModel
  • Embedding
    • OpenAIEmbedding
  • Node
    • EtcdRegistry
    • IsekCenterRegistry
  • Util
    • LoggerManager
    • dict_md5()
    • function_to_schema()
    • load_json_from_chat_response()
    • md5()
    • split_list()

© 2025, ISEK Team Built with Sphinx 8.1.3